function go(){
location=
document.categoryform.select.
options[document.categoryform.select.selectedIndex].value
}

function expand(id){
	if(document.getElementById("prodinfo").style.height=="300px"){
		alert("test");
		
	}
}
