
function gomultireg(occ)
{
	var citydate, rtype, rtitle
	var obj
	obj = document.regfrm
	dt = obj.date
	citydate	= dt.options[dt.selectedIndex].value
	rtype		= obj.regtype.value
	rtitle		= obj.regtitle.value
	location = "startMultiReg.php?etitle=" + rtitle + "&date=" + citydate + "&type=" + rtype + "&oc=" + occ
}

