﻿// JScript File
function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
}
function PopUpVirtualTour(urlstr, height, width) { 
	var options = 'height=' + height + ',width=' + width + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,location=no,z-lock=yes,left=5,top=5';
	VrxStudiosPopUp = window.open(urlstr, 'VrxStudiosPopUp', options); 
	VrxStudiosPopUp.focus();
}
function showpano(vtid){
	var settings = 'width=340,height=550,top=5,left=5,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
	var win = window.open('http://display.maxvr.com/expedia/hotels/hotelviewer_328.asp?vtid=' + vtid,'vrxviewer',settings);
	win.focus();
}
function golf(){
  window.open('http://www.bookrenotahoe.com/index.php?client[id]=10&hotel_id=3','remote','width=745,height=500,scrollbars=Yes,resizable=no,status=yes,menubar=no,hotkeys=no');
}
function ski(){
  window.open('http://www.bookrenotahoe.com/index.php?client[id]=20&hotel_id=3','remote','width=745,height=500,scrollbars=Yes,resizable=no,status=yes,menubar=no,hotkeys=no');
}