// JavaScript Document

	

	// Variables

	var guides=new Array()

	guides[0]='<a href="http://www.rolandmartinmarina.com/okeechobee_guides.php">&raquo; Fishing Guides Home</a>'

	guides[1]='<a href="http://www.rolandmartinmarina.com/bass_fishing_rates.php">&raquo; Fishing Guide Rates</a>'

	guides[2]='<a href="http://www.rolandmartinmarina.com/reports/florida_fishing_reports.php">&raquo; Fishing Guide Reports</a>'

	guides[3]='<a href="http://www.rolandmartinmarina.com/lake_okeechobee_information.php">&raquo; Lake Okeechobee Info</a>'

	guides[4]='<a href="http://www.rolandmartinmarina.com/photos/main.php">&raquo; Client Photos</a>'

	guides[5]='<a href="http://www.rolandmartinmarina.com/florida_fishing_license.php">&raquo; Florida Fishing License</a>'

	

	var boating=new Array()

	boating[0]='<a href="http://www.rolandmartinmarina.com/okeechobee_airboat_tours.php">&raquo; Airboat Tours</a>'

	boating[1]='<a href="http://www.rolandmartinmarina.com/okeechobee_boat_storage.php">&raquo; Boat Storage</a>'

    boating[2]='<a href="http://www.rolandmartinmarina.com/okeechobee_boat_sales.php">&raquo; Boat Sales</a>'

    boating[3]='<a href="http://www.rolandmartinmarina.com/okeechobee_boat_repair.php">&raquo; Boat Repair</a>'

	boating[4]='<a href="http://www.rolandmartinmarina.com/okeechobee_boat_rentals.php">&raquo; Boat Rentals</a>'

	boating[5]='<a href="http://www.rolandmartinmarina.com/okeechobee_waterway.php">&raquo; Okeechobee Waterway</a>'



		var accomodations=new Array()

	accomodations[0]='<a href="http://www.rolandmartinmarina.com/resort_information.php">&raquo; Resort Information</a>'

	accomodations[1]='<a href="http://www.rolandmartinmarina.com/luxury_villas.php">&raquo; Luxury Villa\'s</a>'

	accomodations[2]='<a href="http://www.rolandmartinmarina.com/motel_rooms.php">&raquo; Motel Rooms</a>'

	accomodations[3]='<a href="http://www.rolandmartinmarina.com/okeechobee_campground.php">&raquo; Campground</a>'

	accomodations[4]='<a href="http://www.rolandmartinmarina.com/resort_reservations.php">&raquo; Reservations</a>'

	accomodations[5]='<a href="http://www.rolandmartinmarina.com/events/index.php">&raquo; Events Calendar</a>'


	var dining=new Array()

	dining[0]='<a href="http://www.rolandmartinmarina.com/restaurant.php">&raquo; Restaurant</a>'

	dining[1]='<a href="http://www.rolandmartinmarina.com/tiki_bar.php">&raquo; Tiki Bar</a>'



	

	var shop=new Array()

	shop[0]='<a href="http://www.rolandmartinmarina.com/tackle_shop.php">&raquo; Tackle Shop</a>'

	shop[1]='<a href="http://www.rolandmartinmarina.com/gift_shop.php">&raquo; Gift Shop</a>'

	shop[2]='<a href="http://www.rolandmartinmarina.com/okeechobee_boat_sales.php">&raquo; Boat Store</a>'


	

	var resource=new Array()

	resource[0]='<a href="http://www.rolandmartinmarina.com/recent_news.php">&raquo; Recent News</a>'

	resource[1]='<a href="http://www.rolandmartinmarina.com/reports/florida_fishing_reports.php">&raquo; Florida Fishing Reports</a>'

	resource[2]='<a href="http://www.rolandmartinmarina.com/links/directory.php">&raquo; Links Directory</a>'

	resource[3]='<a href="http://www.rolandmartinmarina.com/photos/main.php">&raquo; Client Photos</a>'

	resource[4]='<a href="http://www.rolandmartinmarina.com/faqs/faq.php">&raquo; FAQ\'s</a>'

	resource[5]='<a href="http://www.rolandmartinmarina.com/water_levels.php">&raquo; Water Levels</a>'

	resource[6]='<a href="http://www.rolandmartinmarina.com/okeechobee_waterway.php">&raquo; Okeechobee Waterway</a>'

	resource[7]='<a href="http://www.rolandmartinmarina.com/events/index.php">&raquo; Events Calendar</a>'

	resource[8]='<a href="http://www.rolandmartinmarina.com/weather_forecast.php">&raquo; Local Weather</a>'

	resource[9]='<a href="http://www.rolandmartinmarina.com/okeechobee_forums.php">&raquo; Okeechobee Forums</a>'


	var menuwidth='160px'

	var menubgcolor='#1e3c56'

	var disappeardelay='150'

	var hidemenu_onclick="yes"

	

	var ie4=document.all

	var ns6=document.getElementById&&!document.all

	

	// Script Start

	if (ie4||ns6)

	document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" 		onMouseout="dynamichide(event)"></div>')

	

	function getposOffset(what, offsettype){

	var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;

	var parentEl=what.offsetParent;

	while (parentEl!=null){

	totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;

	parentEl=parentEl.offsetParent;

	}

	return totaloffset;

	}

	

	function showhide(obj, e, visible, hidden, menuwidth){

	if (ie4||ns6)

	dropmenuobj.style.left=dropmenuobj.style.top="-500px"

	if (menuwidth!=""){

	dropmenuobj.widthobj=dropmenuobj.style

	dropmenuobj.widthobj.width=menuwidth

	}

	if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")

	obj.visibility=visible

	else if (e.type=="click")

	obj.visibility=hidden

	}

	

	function iecompattest(){

	return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body

	}

	

	function clearbrowseredge(obj, whichedge){

	var edgeoffset=0

	if (whichedge=="rightedge"){

	var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15

	dropmenuobj.contentmeasure=dropmenuobj.offsetWidth

	if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)

	edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth

	}

	else{

	var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset

	var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18

	dropmenuobj.contentmeasure=dropmenuobj.offsetHeight

	if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){

	edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight

	if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure)

	edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge

	}

	}

	return edgeoffset

	}

	

	function populatemenu(what){

	if (ie4||ns6)

	dropmenuobj.innerHTML=what.join("")

	}

	

	function dropdownmenu(obj, e, menucontents, menuwidth){

	if (window.event) event.cancelBubble=true

	else if (e.stopPropagation) e.stopPropagation()

	clearhidemenu()

	dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv

	populatemenu(menucontents)

	

	if (ie4||ns6){

	showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)

	

	dropmenuobj.x=getposOffset(obj, "left")

	dropmenuobj.y=getposOffset(obj, "top")

	dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"

	dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"

	}

	

	return clickreturnvalue()

	}

	

	function clickreturnvalue(){

	if (ie4||ns6) return false

	else return true

	}

	

	function contains_ns6(a, b) {

	while (b.parentNode)

	if ((b = b.parentNode) == a)

	return true;

	return false;

	}

	

	function dynamichide(e){

	if (ie4&&!dropmenuobj.contains(e.toElement))

	delayhidemenu()

	else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))

	delayhidemenu()

	}

	

	function hidemenu(e){

	if (typeof dropmenuobj!="undefined"){

	if (ie4||ns6)

	dropmenuobj.style.visibility="hidden"

	}

	}

	

	function delayhidemenu(){

	if (ie4||ns6)

	delayhide=setTimeout("hidemenu()",disappeardelay)

	}

	

	function clearhidemenu(){

	if (typeof delayhide!="undefined")

	clearTimeout(delayhide)

	}

	

	if (hidemenu_onclick=="yes")

	document.onclick=hidemenu



// Javascript End
