


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=100);Shadow(color='#dddddd', Direction=90, Strength=1)"
}
else
{
	effect = "Shadow(color='#dddddd', Direction=90, Strength=1)" 
}


timegap=100			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=0;		// 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
"000000",				// Mouse Off Background Color
"EDB329",				// Mouse On Font Color
"000000",				// Mouse On Background Color
"dddddd",				// Menu Border Color 
16,						// Font Size in pixels
"underline",				// textne-decoration (none or underline)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica, sans-serif",		// Font Name
6,						// Menu Item Padding
"http://www.hardingasphalt.com/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"eeeeee",				// 3D High Color
"dddddd",				// 3D Low Color
,				// 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)
"038AE4",				// Menu Header Font Color (Leave blank if headers are not needed)
"eeeeee",				// Menu Header Background Color (Leave blank if headers are not needed)
]


style2=[				// 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
"EDB329",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"000000",				// Mouse On Background Color
"cccccc",				// Menu Border Color 
16,						// Font Size in pixels
"none",				// textne-decoration (none or underline)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica, sans-serif",		// Font Name
3,						// Menu Item Padding
"http://www.hardingasphalt.com/images/arrow_copy.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"eeeeee",				// 3D High Color
"eeeeee",				// 3D Low Color
,				// 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)
"038AE4",				// Menu Header Font Color (Leave blank if headers are not needed)
"eeeeee",				// Menu Header Background Color (Leave blank if headers are not needed)
]




addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
210,					// Menu Top - The Top position of the menu in pixels
,				// Menu Left - The Left position of the menu in pixels
150,					// Menu Width - Menus width in pixels
,					// Menu Border Width 
"left",		   // 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)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,//effect,				// 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)
0, 					// 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   ","http://www.hardingasphalt.com.",,"",1
,"   Services   ","show-menu=Services",,"",1
,"   Paving & Maintenance   ","http://www.hardingasphalt.com/pages/maintdivision.html",,"",1
,"   Asphalt Production Facilities   ","http://www.hardingasphalt.com/pages/pavingdivision.html",,"",1
,"   Care & Maintenance   ","http://www.hardingasphalt.com/pages/careandmaint.html",,"",1
,"   Testimonials   ","http://www.hardingasphalt.com/pages/testimonials.html",,"",1
,"   Project Videos   ","http://www.hardingasphalt.com/pages/indiana-asphalt-company-videos.html",,"",1
,"   Staff Contacts   ","http://www.hardingasphalt.com/pages/contacts.html",,"",1
]	
		)


	
	addmenu(menu=["Services",
	,,260,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Crack Sealing  ","http://www.hardingasphalt.com/pages/cracksealing.html",,,1
	,"Sealcoating  ","http://www.hardingasphalt.com/pages/sealcoating.html",,,1
	,"Striping  ","http://www.hardingasphalt.com/pages/striping.html",,,1
	,"Asphalt Repairs  ","http://www.hardingasphalt.com/pages/asphaltpatch.html",,,1
	,"Infrared Asphalt Repiar  ","http://www.hardingasphalt.com/pages/infrared.html",,,1	
	,"Storm Drain Repair  ","http://www.hardingasphalt.com/pages/drainage.html",,,1
	,"Excavation  ","http://www.hardingasphalt.com/pages/excavation.html",,,1
	,"Resurfacing  ","http://www.hardingasphalt.com/pages/resurface.html",,,1
	,"Snow Removal & Salting  ","http://www.hardingasphalt.com/pages/snowsalt.html",,,1

	])
	
		
dumpmenus()
