function openURL() 
	{
	selInd = document.goform.selectcat.selectedIndex;
	goURL = document.goform.selectcat.options[selInd].value;
	top.location.href = goURL;
	}