// NAVIGATION /////////////////////////////////////////////////

function Sanibel_Alert()
{
	return confirm('Sanibel Holiday does not provide, and is not responsible for, the product, service or overall website content available at the linked site. Our privacy policies do not apply to linked websites. Users should consult the privacy disclosures on the linked site for further information. To remain at Sanibel Holiday, click cancel. To leave our site for the site you have selected, click OK. Thank you for visiting Sanibel Holiday web site.')
}

var Base="../images/interface_images/nav/";

if (document.images) {
  
	homesDIM = new Image();  homesDIM.src = Base + "homesDIM.gif";
	homesLIT = new Image();   homesLIT.src = Base + "homesLIT.gif";   

	condosDIM = new Image();  condosDIM.src = Base + "condosDIM.gif";
	condosLIT = new Image();   condosLIT.src = Base + "condosLIT.gif";   

	explorerDIM = new Image();  explorerDIM.src = Base + "explorerDIM.gif";
	explorerLIT = new Image();   explorerLIT.src = Base + "explorerLIT.gif";   

	playDIM = new Image();  playDIM.src = Base + "playDIM.gif";
	playLIT = new Image();   playLIT.src = Base + "playLIT.gif";   

	specialsDIM = new Image();  specialsDIM.src = Base + "specialsDIM.gif";
	specialsLIT = new Image();   specialsLIT.src = Base + "specialsLIT.gif";   

	contactDIM = new Image();   contactDIM.src = Base + "contactDIM.gif";
	contactLIT = new Image();   contactLIT.src = Base + "contactLIT.gif"; 
                        
}             
                
function imgOn(imgName,target) {
	if (document.images) {
		document[target].src = eval(imgName + "LIT.src");       
	}
}
                
function imgOff(imgName,target) {
	if (document.images) {
		document[target].src = eval(imgName + "DIM.src");       
	}
}



// WINDOW OPENER /////////////////////////////////////////////////

var myWindow = 'LinkWindow';

function win(fileName) {
        window.open(fileName,myWindow,'scrollbars=yes,resizable=yes,status=yes,toolbar=yes,width=550,height=400,screenX=0,screenY=0,top=0,left=235')
}


var myWindow = 'LinkWindow';

function winVER(fileName) {
        window.open(fileName,myWindow,'scrollbars=yes,resizable=yes,status=yes,toolbar=yes,width=400,height=500,screenX=0,screenY=0,top=0,left=235')
}


var myWindow = 'LinkWindow';

function winSML(fileName) {
        window.open(fileName,myWindow,'scrollbars=yes,resizable=yes,status=yes,toolbar=yes,width=300,height=250,screenX=0,screenY=0,top=0,left=235')
}
																						
