function onChangeProductCategoryOptionList(value){
	if(value=='')
		return;
	window.location='/default.asp?goto=Product Page&catid='+value;
}

function onChangeProductCategoryOptionList_2(url){
	if(url=='')
		return;
	window.location=url;
}


