// JavaScript Document

function openWin(bpage){
window.open(bpage,'application','top=0,left=30,width=700,height=650,menubar=no,toolbar=yes,location=no,status=yes,resizable=yes,scrollbars=yes');
}

function openWin1(bpage){
	window.open("hotel/"+bpage,'application','top=0,left=30,width=650,height=550,menubar=no,toolbar=no,location=no,status=no,resizable=no,scrollbars=yes');
}

function openWin3(bpage){
window.open(bpage,'application','top=0,left=30,width=800,height=580,menubar=no,toolbar=no,location=no,status=yes,resizable=yes,scrollbars=no');
}
