<!-- Begin menu ver 1.55b 2009 - 2010

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var showtop		= "no"		//  SHOW MENU TOP AREA

   if (showtop == "yes") {
document.write('<div id="menutop" style="z-index: 10;" class="printhide">');
document.write('<img src="picts/menu-top.gif" width="171" height="111" class="menutrans"><br>');
document.write('</div>');
}

document.write('<div id="menulocation" style="z-index: 10;">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="170"><tr><td class="printhide">');

document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="index.html">Home</a></li>');

document.write('  <li class="menuT"><a href="CapeSanBlasVacationRentals.htm"target="_blank">Our Vacation Rentals ></a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="http://thecapeescape.com/CapeSanBlasVacationRentals.htm"target="_blank">10 Barrier Dunes Rentals</a></li>');
document.write('      <li><a href="http://thecapeescape.com/Guestbook.html"target="_blank">Guest Comments</a></li>');
document.write('      <li><a href="http://thecapeescape.com/Pets.html"target="_blank">Pet Friendly Information</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="Amenities.html"target="_blank">Amenities</a></li>');



document.write('  <li class="menuT"><a href="http://thecapeescape.com/AboutBarrierDunes.html"target="_blank">Barrier Dunes Details ></a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="http://thecapeescape.com/AboutBarrierDunes.html"target="_blank">Specifics</a></li>');
document.write('      <li><a href="http://thecapeescape.com/SNOWBIRDS.html"target="_blank">Snowbirds</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li class="menuT"><a href="http://thecapeescape.com/Rates.html"target="_blank">RATES + SPECIALS</a></li>');

document.write('  <li class="menuT"><a href="http://thecapeescape.com/AboutCapeSanBlas.html"target="_blank">Cape San Blas Details ></a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="http://thecapeescape.com/Cape_San_Blas_Restaurants.html"target="_blank">Restaurants | Groceries</a></li>');
document.write('      <li><a href="http://thecapeescape.com/Areaeventcalendar.html"target="_blank">Area Events Calendar</a></li>');
document.write('      <li><a href="http://thecapeescape.com/Golf.html"target="_blank">Golf Courses</a></li>');
document.write('      <li><a href="http://thecapeescape.com/ThingstoDo.html"target="_blank">Things to Do</a></li>');
document.write('      <li><a href="http://thecapeescape.com/PlacestoGo.html"target="_blank">Places to Go</a></li>');
document.write('      <li><a href="http://thecapeescape.com/Links.html"target="_blank">Area Links</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('  <li class="menuT"><a href="Contact.html"target="_blank">RESERVE | CONTACT US</a></li>');




// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES

   if (showimage1 == "yes") {
document.write('<br><br><a href="https://www.facebook.com/pages/Cape-San-Blas-Vacation-Rentals-Pet-Friendly-Beach-Rentals/164097236942872"target="_blank"><img src="picts/menu-picture-1.jpg" border="0" class="borders"></a><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<br><br><a href="http://thecapeescape.com/contactCH.htm"target="_blank"><img src="picts/menu-picture-2.jpg" border="0" class="borders"></a><br>');
}



document.write('</td></tr></table></div>');










// COPYRIGHT 2010 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;



//  End -->
