// JavaScript Document
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
}}
function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
}}}
var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		Recreation_over = newImage("/images/Recreation-over.gif");
		Accomodations_over = newImage("/images/Accomodations-over.gif");
		Weddings_over = newImage("/images/weddings-over.gif");
		Meetings_over = newImage("/images/Meetings-over.gif");
		Map___Directions_over = newImage("/images/Map-Directions-over.gif");
		Reservations_over = newImage("/images/Reservations-over.gif");
		FAQs_over = newImage("/images/FAQs-over.gif");
		Online_Resources_over = newImage("/images/Online-Resources-over.gif");
		Request_a_Brochure_over = newImage("/images/Request-a-Brochure-over.gif");
		Media_Press_kit_over = newImage("/images/Media-Press-kit-over.gif");
		preloadFlag = true;
}}

function Vpopup(url) {
emailWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=445,height=455');
self.name = "mainWin"; }

function popup(url, width, height, scrollable)
{ if(scrollable){scbars = 1;} else{scbars = 0;} var nomargin; if(scrollable == 2){ nomargin = true; scbars = 0; }
  if(url == "ecap"){ url="http://www.secure-res.com/emgr/csemail.asp?ID="+width; width=400; height = 455;}
  if(url == "srlogo"){ width = 445; height = 455; url="http://www.hotelwebsitedesign.com/secureres/srpopup/"}
  if(url == "stf"){ if(height==1){height=80;} if(!height){height=0;} url="http://www.secure-res.com/emgr/stf/sendpage.asp?id="+width+"&pg="+escape(location.href); width = 560; height += 490;   }
  var wopt = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+ scbars +",resizable=0,width="+width+",height="+height+",top="+(screen.height/2-height/2)+",left="+(screen.width/2 - width/2)
  if(nomargin){ newwin=window.open("","",wopt);	newwin.document.write("<html><head><style>body{margin:0}</style><meta name="geo.position" content="29.711167;-83.358379">
<meta name="geo.placename" content="Steinhatchee Landing, Florida, United States">
<script type="text/javascript" src="virtual-tours/script/thickbox.js"></script><link rel="stylesheet" type="text/css" href="http://vsites.vizergy.com/vsitefiles/templates/shadowBox/shadowbox.css" /> 
<script type="text/javascript" src="http://vsites.vizergy.com/vsitefiles/templates/shadowBox/shadowbox.js"></script> 
<script>
Shadowbox.init({
    language: 'en',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});
</script></head><body><img src='"+ url +"'></body></html>");  }
  else { newwin=window.open(url,"popup",wopt); }			
  newwin.focus(); }
  

var pageName = "The Steinhatchee Landing Resort a Gulf Coast resort";

function addToFavorites()
{ 
if (window.sidebar) {alert("Sorry! Your browser doesn't support this function.\nPress Ctrl+D to add site to bookmark list."); return;}
if (window.external) { window.external.AddFavorite(document.location.href + "?WT.cg_n=bookmarkreturn",pageName); return;}
else  { alert("Sorry! Your browser doesn't support this function.\nPress Ctrl+D to add site to bookmark list."); } }