		function GoToPage(){
			//alert("OK");
			var gotourlindex= document.SearchBox.Category.selectedIndex;
			var gotourl= '/cgi-local/ASI_Store.cgi?Dept+' + document.SearchBox.Category[gotourlindex].value;			
			location.href = gotourl;
		}
