\n'); } // the room parameter comes fvrom flash and includes the roomtype function gores(room){ roompass = room var nn = "vn_zres_mainframe.html" + "?" + room var ww=screen.width var hh=screen.height newWindow=window.open(nn,'', 'width='+ww+', height='+hh+', scrollbars=no, toolbar=no, menubar=no, statusbar=no, resizable=yes') //newWindow=window.open(nn) //if (navigator.appName=="Netscape") newWindow.focus() return } function gocontact(){ var ww=490 var hh=480 var nn = "vn_zcontact.html" newWindow=window.open(nn,'', 'width='+ww+', height='+hh+', scrollbars=no, toolbar=no, menubar=no, statusbar=no') //if (navigator.appName=="Netscape") newWindow.focus() return } function gopay(){ // name used on movieclip was openCalc() // newWindow = window.open("vn_zpay.html", "", "WIDTH=150,HEIGHT=200"); newWindow.focus(); } function golinks(){ var ww=330 var hh=400 var nn = "vn_zlinks.html" newWindow=window.open(nn,'', 'width='+ww+', height='+hh+', scrollbars=no, toolbar=no, menubar=no, statusbar=no') //if (navigator.appName=="Netscape") newWindow.focus() return }