

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin


function newWindow() {
		reservationWindow=window.open('http://www.hotelescalante.com/forms/reservations.cfm?mhotelid=3','reservationWindow','scrollbars=yes,toolbar=yes,resizable=yes,width=650,height=600,status=yes,location=no')
		}
function newWindow2() {
		reservationWindow=window.open('http://www.hotelescalante.com/forms/specials.cfm?mhotelid=3','reservationWindow','scrollbars=yes,toolbar=yes,resizable=yes,width=650,height=600,status=yes,location=no')
		}

function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=350');");
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'top=0,left=50,screenX=0,screenY=0,toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=yes,width=800,height=600');");
}

// End -->

