	function searchMohawkSubmit() {
		document.search.submit();
		return false;
	}
	
// this is for the drop down menus - they stopped working in Feb 2008 - had to modify to work with onchange="MM_jumpMenu('parent',this,0)" instead of the old method onchange="ipjJumpMenu('parent',this,0)"
	function MM_jumpMenu(targ,selObj,restore){ //v3.0
		eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
		if (restore) selObj.selectedIndex=0;
	}

