timegap=500
followspeed=5
followrate=400
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.1);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"335871",					// Off Back Color
"E3DAB7",					// On Font Color
"335871",					// On Back Color
"335871",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",			// Font
3,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"ffffff",					// 3D High Color
"ffffff",					// 3D Low Color
"E3DAB7",					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
47,					// Top
23,					// left
,					// Width
0,					// Border Width
"center",			// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
1,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use

"Home&nbsp;&nbsp;&nbsp;&nbsp;","http://cabobobbo.com/index.html",,"Home",1,
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
//	"Condo&nbsp;Info&nbsp;&nbsp;&nbsp;&nbsp;","show-menu2","http://cabobobbo.com/condo.htm","Condo Info",1,
"Condo&nbsp;Info&nbsp;&nbsp;&nbsp;&nbsp;","http://cabobobbo.com/condo.htm",,"Condo Info",1,
//	"Renter&nbsp;Tips&nbsp;&nbsp;&nbsp;&nbsp;","show-menu3","http://cabobobbo.com/renter.htm","Renter Tips",1,
//	"Recommendations&nbsp;&nbsp;&nbsp;&nbsp;","http://cabobobbo.com/recommendations.htm",,"Recommendations",1,
"Fishing&nbsp;&nbsp;&nbsp;&nbsp;","http://cabobobbo.com/fishing.htm",,"Fishing",1,
"Beaches&nbsp;&nbsp;&nbsp;&nbsp;","http://cabobobbo.com/beaches.htm",,"Beaches",1,
//	"Los&nbsp;Cabos&nbsp;&nbsp;&nbsp;&nbsp;","show-menu6","http://cabobobbo.com/loscabos.htm","Los Cabos",1,
"Los&nbsp;Cabos&nbsp;&nbsp;&nbsp;&nbsp;","http://cabobobbo.com/loscabos.htm",,"Los Cabos",1,
"Contact&nbsp;Bob&nbsp;&nbsp;&nbsp;&nbsp;","http://cabobobbo.com/contact.htm","Contact",1,
]

menu2=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"Driving Directions","http://cabobobbo.com/directions.htm",,"Driving Directions",1,
"Availability","http://cabobobbo.com/availability.htm",,"Availability",1
]

menu3=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"What to Bring","http://cabobobbo.com/whattobring.htm",,"What to Bring",1,
"What to Do","http://cabobobbo.com/whattodo.htm",,"What to Do",1,
"Your Responsibilities","http://cabobobbo.com/responsibilities.htm",,"Your Responsibilities",1
]

menu4=[
,,150,1,"",prop1,,"left",effect,0,,,,,,
"Fishing Guides","http://cabobobbo.com/fishing-guides.htm",,"Fishing Guides",1,
"Fishing Reports","http://cabobobbo.com/fishing-reports.htm",,"Fishing Reports",1
]

menu5=[
,,150,1,"",prop1,,"",effect,,,,,,,
"Surfing Spots","http://cabobobbo.com/surfing.htm",,"Surfing Spots",1,
"Snorkeling","http://cabobobbo.com/snorkeling.htm",,"Snorkeling",1
]

menu6=[
,,150,1,"",prop1,,"",effect,,,,,,,
"Maps","http://cabobobbo.com/maps.htm",,"Maps",1
]



