		function GoToPage(){
			//alert("OK");
			var gotourlindex= document.linkform.linkselector.selectedIndex;
			var gotourl= '/cgi-local/ASI_Store.cgi?Category+' + document.linkform.linkselector[gotourlindex].value;
			///cgi-local/ASI_Store.cgi?Category+Belle-18fastwomen+18fastwomen
			//alert ("going to " + gotourl);
			location.href = gotourl;
		}
