
//
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)}
//




// 
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// menu (visible)
followspeed=5			// speed
followrate=40			// Rate
suboffset_top=0;			// Top position 
suboffset_left=0;			// Left position

style1=[				// style1 
"50320E",				// Mouse Off Font Color
"ECECDC",				// Mouse Off Background Color
"50320E",				// Mouse On Font Color
"E3B048",				// Mouse On Background Color
"000000",				// Menu Border Color 
12,					// Font Size in pixels
"normal",				// Font Style 
"normal",				// Font Weight
"arial",				// Font Name
4,					// Menu Item Padding
"arrow.gif",			// Sub Menu Image
,					// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"Purple",				// Current Page Item Font Color 
"pink",				// Current Page Item Background Color 
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color 
"000099",				// Menu Header Background Color 
]



addmenu(menu=[			// contains your menu properties and details
"mainmenu",				// Name 
35,					// Top 
251,					// Left 
85,					// Width 
1,					// Border Width 
,					// Position 
style1,				// Properties Array 
1,					// Always Visible 
"center",				// Alignment 
effect,				// Filter 
,					// Follow Scrolling 
1, 					// Horizontal Menu 
,					// Keep Alive 
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount 
,					// Right To Left 
,					// Open the Menus OnClick 
,					// ID of the div you want to hide on MouseOver 
,					// Reserved 
,					// Reserved 
,					// Reserved 
,"Feature","feature.html target=content",,"feature.html target=content",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Designs","customdesigns.html target=content",,"customdesigns.html target=content",1
,"Samples","show-menu=samples",,"",1
,"Contact Us","contactus.html target=content",,"contactus.html target=content",1 
,"Order Signs","ordersigns.html target=content",,"ordersigns.html target=content",1

])


	addmenu(menu=["samples",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sand Blasted HDU Sign Foam & Wood","samples.html target=content",,"samples.html target=content",1 
	,"Other Products","other.html target=content",,"otherproducts.html target=content",1 
	])
	


dumpmenus()

