function print() {
  window.open("print","","menubar=1,toolbar=0,resizable=0,width=600,height=700");
}

function printhotel() {
  window.open("printhotel","","menubar=1,toolbar=0,resizable=0,width=600,height=700");
}


// function to return a reference from the popup window back into the widget

function referencebrowser_setImage(url,imagefile,redirect) {
  var str=""; 
  str="/FSViewSetImage?quiet=1&img="+imagefile+"&url="+redirect;
  window.open(url+str,"_self");//"/FSViewSetImage?img="+imagefile+"&url="+redirect,"_self");
}


function hotelopenurl(url,h,w) {
  window.open(url,'','menubar=0,toolbar=0,resizable=yes,top=100,left=0,width='+w+',height='+h);
}