function goTo()
{
	var zPage = (document.frm1.combo1.options[document.frm1.combo1.options.selectedIndex].value);	
	zPage != "0" ? (location.href = "/" + zPage + ".asp") : void(0);
}