

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin

function popUp(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=450');");
}

function newWindow() {
		reservationWindow=window.open('/reservations/reservations.asp?mhotelid=14','reservationWindow','scrollbars=yes,toolbar=yes,resizable=yes,width=650,height=600,status=yes,location=no')
		}
function newWindow2() {
		reservationWindow=window.open('/reservations/special.asp?mhotelid=14','reservationWindow','scrollbars=yes,toolbar=yes,resizable=yes,width=650,height=600,status=yes,location=no')
		}
		function newWindow3() {
		reservationWindow=window.open('http://www.lakeblackshearresort.com/bestrate/claimform.asp','reservationWindow','scrollbars=yes,toolbar=yes,resizable=yes,width=550,height=600,status=yes,location=no')
		}
		
		function contact(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=1,width=400,height=425');");
}
function emailsignup(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=1,width=400,height=300');");
}
		
		function tempreservations(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=1,width=550,height=600');");
}
// End -->

