

<!-- 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('http://www.choicehotels.com/ires/en-US/html/ArrivalInfo?hotel=FL494','reservationWindow','scrollbars=yes,toolbar=yes,resizable=yes,width=650,height=600,status=yes,location=no')
		}
function newWindow2() {
		reservationWindow=window.open('http://www.naplesbestwestern.com/reservations/forms/SPECIALS.cfm?mhotelid=14','reservationWindow','scrollbars=yes,toolbar=yes,resizable=yes,width=650,height=600,status=yes,location=no')
		}
		
		function popup(nm, lg, alt, x, y) {
win_popup = window.open(nm,"popup","toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 0,copyhistory= 0,width=" + lg + ",height=" + alt); if(x && y); { x = parseInt(x); y = parseInt(y); win_popup.moveTo(x, y); } } 
// End -->

