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)
}
//Please leave the above line intact. The above also needs to be enabled.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=800					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=20				// Follow Scrolling Rate
suboffset_top=6;			// Sub menu offset Top position 
suboffset_left=12;			// Sub menu offset Left position

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

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.
"000000",					// Mouse Off Font Color
"EED987",					// Mouse Off Background Color
"000000",					// Mouse On Font Color
"FFA500",					// Mouse On Background Color
"000000",					// Menu Border Color
10,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font Name
5,							// Menu Item Padding
,	  			            // Sub Menu Image (Leave this blank if not needed)
0,							// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// Referer 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)
]

var nHeight;
nHeight = window.screen.height;

addmenu(menu=["Home",145,50,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"History","/content/home/",,,1
])

addmenu(menu=["Services",145,290,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Truss Systems","/content/services/?qsSectionName=1",,,1
,"Commercial Division","/content/services/?qsSectionName=2",,,1
,"Commercial Door","/content/services/?qsSectionName=13",,,1
,"Interior Door","/content/services/?qsSectionName=3",,,1
,"Installed Framing","/content/services/?qsSectionName=4",,,1
,"Contractor Sales","/content/services/?qsSectionName=5",,,1
,"Boom Service","/content/services/?qsSectionName=6",,,1
,"Insulation Services","/content/services/?qsSectionName=7",,,1
,"Lezzer Capital Resources","/content/services/?qsSectionName=8",,,1
,"Moulding & Millwork Division","show-menu=moulding",,,1
])





addmenu(menu=["Products",145,425,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Product Information","/content/products/",,,1
,"Buy Online","http://www.myproship.com/store/default.asp?store_id=89 TARGET=_NEW",,,1
]);


addmenu(menu=["moulding",330,445,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Curwensville Millwork","/content/services/?qsSectionName=10",,,1
,"Lancaster & Manheim Millwork","/content/services/?qsSectionName=11",,,1
,"Reinholds Custom Stair Mill operation","/content/services/?qsSectionName=12",,,1
])
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
