

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",			// Mouse Off Font Color
"F4AC00",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"24A12C",			// Mouse On Background Color
"F4AC00",			// Menu Border Color 
10,						// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,	// Menu Item Padding
,		// Sub Menu Image (Leave this blank if not needed)
,		// Current Page Item Font Color (leave this blank to disable)
,		// Current Page Item Background Color (leave this blank to disable)
,		// Top Bar image (Leave this blank to disable)
,		// Menu Header Font Color (Leave blank if headers are not needed)
,		// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				
"000000",		// Mouse Off Font Color
"E6E6E6",		// Mouse Off Background Color
"FFFFFF",		// Mouse On Font Color
"24A12C",		// Mouse On Background Color
"AFAFAF",		// Menu Border Color 
10,					// Font Size in pixels
"normal",		// Font Style (italic or normal)
"normal",		// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,	// Menu Item Padding
,
,
,
,
,
,
]


addmenu(menu=[	
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
175,				// Menu Top - The Top position of the menu in pixels
20,				// Menu Left - The Left position of the menu in pixels
76,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"center",		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,			// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,				// Position of TOP sub image left:center:right
,				// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,				// Right To Left - Used in Hebrew for example. (1=on/0=off)
,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,				// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,				// Reserved for future use
,				// Reserved for future use
,				// Reserved for future use


,"HOME","index.htm",,"Home",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"CONTACT US&nbsp;","contactus.htm",,"Contact Us",1 

,"PALM TREES&nbsp;","show-menu=Palms",,"Palm Trees",1

,"TIKI HUTS&nbsp;","show-menu=Tiki",,"Tiki Huts",1

,"TIKI POLES&nbsp;","tikipoles.htm",,"Tiki Poles",1

,"BAR STOOLS&nbsp;","barstools.htm",,"Bar Stools",1 

,"PRESERVED PLANTS&nbsp;","preservedplants.htm",,"Preserved Plants",1 

,"FABRICATED TREES&nbsp;","fabricatedtrees.htm",,"Fabricated Trees",1 
])

	addmenu(menu=["Palms",,,200,1,"",style2,,"left",,,,,,,,,,,,,
	,"Artificial Exterior Palms","elite.htm",,,1
	,"Preserved Interior Palms","indoor.htm",,,1
	,"Concealed Cell Tower Palms","elite.htm#concealedcellpalm",,,1
	,"Column Wrap Palms","indoor.htm#columnwrap",,,1
	,"Most Popular Outdoor Palms","outdoor.htm",,,1
	,"Lighted & LED Palms ","led.htm",,,1
	,"Lighted Window Palms","window.htm",,,1
	,"Palm Tree Bar","palmbar.htm",,,1
	,"Palm Tree Hammock","hammock.htm",,,1
	,"NEW Elite Interior Palm Trees PAGE 1","newelite1.htm",,,1
	,"NEW Elite Interior Palm Trees PAGE 2","newelite2.htm",,,1
	,"Tropical Store Display","tropstoredis.htm",,,1
	,"New Steel Palm Trees","steelpalms.htm",,,1
	,"New Exterior Phoenix Date Palms","phoenixdatepalms.htm",,,1
	])
	
	addmenu(menu=["Tiki",,,150,1,"",style2,,"left",,,,,,,,,,,,,
	,"Residential Tiki Huts","residential_tiki.htm",,,1
	,"Commercial Tiki Huts","commercial_tiki.htm",,,1
	,"Economical Tiki Huts & Bars","economical.htm",,,1	
	])


dumpmenus()