// launch function by Aurora Interactive Ltd.
// ©2001 Aurora Interactive Ltd - www.aurorai.net

function launch(page) {
file = "../html/" + page + ".html";
var width = 250;
var height = 250;
var left = (screen.width - width) / 2;
var top = (screen.height - height) / 2;
window.open(file,page,"Width="+width+",height="+height+",top="+top+",left="+left+", RESIZABLE=0,TOOLBAR=0,DIRECTORIES=0,STATUS=0,MENUBAR=0,SCROLLBARS=1,COPYHISTORY=0");
}

function launchimage(page) {
file = "../images/odd/" + page;
var width = 430;
var height = 280;
var left = (screen.width - width) / 2;
var top = (screen.height - height) / 2;
window.open(file,"bigimage","Width="+width+",height="+height+",top="+top+",left="+left+", RESIZABLE=0,TOOLBAR=0,DIRECTORIES=0,STATUS=0,MENUBAR=0,SCROLLBARS=0,COPYHISTORY=0");
}

function launchimagetall(page) {
file = "../html/" + page + ".html";
var width = 268;
var height = 400;
var left = (screen.width - width) / 2;
var top = (screen.height - height) / 2;
window.open(file,page,"Width="+width+",height="+height+",top="+top+",left="+left+", RESIZABLE=0,TOOLBAR=0,DIRECTORIES=0,STATUS=0,MENUBAR=0,SCROLLBARS=0,COPYHISTORY=0");
}

function launchhelp(page) {
file = "../html/" + page + ".html";
var width = 300;
var height = 300;
var left = (screen.width - width) / 2;
var top = (screen.height - height) / 2;
window.open(file,page,"Width="+width+",height="+height+",top="+top+",left="+left+", RESIZABLE=0,TOOLBAR=0,DIRECTORIES=0,STATUS=0,MENUBAR=0,SCROLLBARS=1,COPYHISTORY=0");
}

function launchbooking(page) {
file = "../html/" + page + ".html";
var width = 450;
var height = 300;
var left = (screen.width - width) / 2;
var top = (screen.height - height) / 2;
window.open(file,page,"Width="+width+",height="+height+",top="+top+",left="+left+", RESIZABLE=0,TOOLBAR=0,DIRECTORIES=0,STATUS=0,MENUBAR=0,SCROLLBARS=1,COPYHISTORY=0");
}

function launchemailindex(page) {
file = "../html/" + page + ".html";
var width = 500;
var height = 300;
var left = (screen.width - width) / 2;
var top = (screen.height - height) / 2;
window.open(file,page,"Width="+width+",height="+height+",top="+top+",left="+left+", RESIZABLE=0,TOOLBAR=0,DIRECTORIES=0,STATUS=0,MENUBAR=0,SCROLLBARS=1,COPYHISTORY=0");
}


function launchemail(varbits) {
varbits = escape(varbits);
file = "../html/new_enquiryform.html?" + varbits;
var width = 450;
var height = 300;
var left = (screen.width - width) / 2;
var top = (screen.height - height) / 2;
window.open(file,'enquiryform',"Width="+width+",height="+height+",top="+top+",left="+left+", RESIZABLE=0,TOOLBAR=0,DIRECTORIES=0,STATUS=1,MENUBAR=0,SCROLLBARS=1,COPYHISTORY=0");
}