
<!-- Cruise Search 1 - (CRUISES)-->
document.write('<script src="/jsrsClient.js" type="text/javascript" language="javascript"></script>');

<!-- Cruise Search 2 - (CRUISES)-->
document.write('<script src="/select_cruise.js" type="text/javascript" language="javascript"></script>');

<!-- Cruise Search 3 - (CRUISES)-->
function enableSubmit(){document.cruise_form.submitbutton.disabled = false;}

window.onload=function(){
	//if(document.cruise_form.submitbutton){
	 // document.cruise_form.submitbutton.disabled = true;
	//}
}

<!-- Cruise popup details window - (CRUISES)-->
function details(URL) {task=window.open(URL,"Menu",'menubar=no,status=no,resizable=no,scrollbars=2,left=0,top=0,width=413,height=680');}
function details2(URL) {task=window.open(URL,"Menu",'menubar=no,status=no,resizable=no,scrollbars=2,left=0,top=0,width=413,height=705');}
function details3(URL) {task=window.open(URL,"Menu",'menubar=no,status=no,resizable=no,scrollbars=2,left=0,top=0,width=800,height=650');}


<!-- Cruise popup Slideshow window - (CRUISES)-->
function slideshow(URL) {task=window.open(URL,"Menu",'menubar=no,status=no,resizable=no,scrollbars=no,left=0,top=0,width=775,height=735');}

<!-- Cruise Deckplan window - (CRUISES)-->
function deckplan_open(image_loc,img,owidth,oheight,im_alt)
{
  var window_width = owidth;
  var window_height = oheight;
  HTML = "<html><style>body{margin:0px 0px 0px 0px}</style><body onBlur='top.close()' TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><img src='"+ image_loc +"' border=0 name=load_image alt='" + im_alt + "'></body></html>";
  popupImage = window.open('','_blank','toolbar=no,scrollbars=1,top=0,left=0,resizable=yes,width='+window_width+',height='+window_height+'');
  popupImage.document.open();
  popupImage.document.write(HTML);
  popupImage.document.close();
  obj_img = document.getElementById(img);
  }

<!-- Cruise Webcam popup window - (CRUISES)-->
function camimage_open(image_loc,img,owidth,oheight,im_alt){
  var window_width = owidth;
  var window_height = oheight;
  HTML = "<html><style>body{margin:0px 0px 0px 0px}</style><body onBlur='top.close()' onmousedown='top.close()' TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><img src='"+ image_loc +"' width='"+ window_width +"' height='"+ window_height +"' border=0 name=load_image alt='" + im_alt + "'></body></html>";
  popupImage = window.open('','_blank','toolbar=no,scrollbars=no,top=0,left=0,resizable=yes,width='+window_width+',height='+window_height+'');
  popupImage.document.open();
  popupImage.document.write(HTML);
  popupImage.document.close();
  obj_img = document.getElementById(img);
}