        function buyItem()
        {
alert("This feature is currently not available")
        }

        function buyItem1() {
alert("This feature is currently not available")
        }





  function buyItem2() {
alert("This feature is currently not available")
        }


function buyItem3() {
alert("This feature is currently not available")
        }








function buyItem4() {
alert("This feature is currently not available")
        }



function buyItem5() {
alert("This feature is currently not available")
        }

function buyItem6() {
alert("This feature is currently not available")
        }
function buyItem7() {
alert("This feature is currently not available")
        }
function basket()
{
window.location.href='basket.htm';
}

function go_to_url(selected_url)

			{	
			var new_url = selected_url.options[selected_url.selectedIndex].value;
				location.href = new_url;
				selected_url.selectedIndex=0;

			}