<!--
function popupwindow(location) {	
	var n3 = (navigator.appName.indexOf('Netscape')!=-1 && navigator.appVersion.indexOf('3.')!=-1)?true:false;
	var ww = (n3)?(parseInt(600)):parseInt(600);
	var wh = (n3)?(parseInt(340)):parseInt(340);
	var wnd = window.open('http://www.absolutelywow.com/floridatv/details_hotel_video.asp?hotelId='+location, 'Video', 'scrollbars=yes,resizable=yes,top=50, left=100,width='+ww+',height='+(wh+0));
	//wnd.document.close();
}

function popupcity(location) {	
	var n3 = (navigator.appName.indexOf('Netscape')!=-1 && navigator.appVersion.indexOf('3.')!=-1)?true:false;
	var ww = (n3)?(parseInt(350)):parseInt(350);
	var wh = (n3)?(parseInt(250)):parseInt(250);
	var wnd = window.open('http://www.absolutelywow.com/floridatv/details_city_video.asp?hotelId='+location, 'Video', 'scrollbars=yes,resizable=yes,top=50, left=200,width='+ww+',height='+(wh+0));
	//wnd.document.close();
}
 // -->