function MM_jumpMenuRoom(targ,selObj,restore)
{
 	//alert(document.getElementById('loc').value);
	if (document.getElementById('room').value == null || document.getElementById('room').value=='')
  	{
		alert("Please select # of rooms.");
		//theForm.loc.focus();
		//return (false);
	 }
	 else
	 {
		eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  
		if (restore) selObj.selectedIndex=0;
	  }
}
