timegap=500
followspeed=5
followrate=40
suboffset_top=5;
suboffset_left=5;

effect = "fade(duration=0.01);Shadow(color='#777777', Direction=135, Strength=2)"

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
"000000",					// Off Font Color
"FFD87B",					// Off Back Color
"000000",					// On Font Color
"FFFFFF",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"",					// Referer item Font Color (leave this blank to disable)
"",					// Referer item Back Color (leave this blank to disable)
]

prop2=[						// prop1 is an array of properties you can have as many property arrays as you need
"000000",					// Off Font Color
"FFD87B",					// Off Back Color
"000000",					// On Font Color
"FFFFFF",					// On Back Color
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"",					// 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
39,					// Top
0,					// left
96,					// Width
1,					// 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
,					// 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","index.htm",,"#",1, // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"About Us","show-menu2",,"#",1,
"Calendar","http://mbca.gmcvb.com",,"#",1,
"Grants","show-menu3",,"#",1,
"Facilities","show-menu4",,"#",1,
"News & More","show-menu5",,"#",1,
"Contact Us","show-menu6",,"#",1,
"Links","links.htm",,"#",1
]

// About Us
menu2=[
,,151,1,"",prop2,,"left",effect,,,,,,,
"Programs","au_programs.htm",,,1,
"Cultural Arts Council","au_cac_members.htm",,,1,
"Cultural Affairs Program Staff","au_cac_staff.htm",,,1,
"City of Miami Beach Elected Officials","http://web.miamibeachfl.gov/elected/",,,1
]

// Grants
menu3=[
,,151,1,,prop2,,"left",effect,,,,,,,
"Overview", "gp_overview.htm",,,1,
"Eligibility Requirements & Policies","gp_eligibility.htm",,,1,
"Programs & Applications","gp_programs.htm",,,1,
"Forms for Current Grantees","gp_forms.htm",,,1,
"Logos & Credits","gp_logos.htm",,,1,
"08-09 Cultural Grantees","pdf/cultural_grantees.pdf",,,1,
"08-09 Cultural Tourism Grantees","pdf/cultural_tourism_grantees.pdf",,,1,
"2009-2010 - $630,000 awarded to 55 organizations","pdf/09-10Final.pdf",,,1,
"Funding History","gp_funding_history.htm",,,1
]

// Facilities
menu4=[
,,151,1,,prop2,,"left",effect,,,,,,,
"Colony Theatre","http://www.ColonyAndByronTheaters.com",,,1,
"Byron Carlyle Theater","http://www.ColonyAndByronTheaters.com",,,1,
"Little Stage Theater","http://www.sobearts.org",,,1
]

// News and More
menu5=[
,,151,1,,prop2,,"left",effect,,,,,,,
"Press Releases","nm_press_releases.htm",,,1
]

// Contact Us
menu6=[
,,126,1,,prop2,,"left",effect,,,,,,,
"Address & Directions","cu_address_dir.htm",,,1,
"Online Contact","cu_online_contact.htm",,,1
]

	