	function jumpTo(sUrl,formN,menuN) {
	  var i=document.forms[formN].elements[menuN].selectedIndex;
	  document.location = sUrl+document.forms[formN].elements[menuN].options[i].value;
	}

