function jumptocom(slobject)
{	comid = slobject.options[slobject.selectedIndex].value
	if ( comid != "0" )
	{	window.location = comid
	}
}