// JavaScript Document
              var guideIds = [2,2,2,2,2,2,2,2,2,2,2];

              function MM_goToURL() { //v3.0
              var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
              for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
              }

              function sendToBa() {
              var selectedIndex = document.DatesForm.hotel_id.selectedIndex;
              document.DatesForm.guide_id.value = guideIds[selectedIndex];
              document.DatesForm.submit();

              }
              function MM_openBrWindow(theURL,winName,features) { //v2.0
              window.open(theURL,winName,features);
              }

 	