/*
Milonic DHTML Website Navigation Menu
Written by Andy Woolley
Copyright 2002 (c) Milonic Solutions Ltd. All Rights Reserved.
Please visit http://www.milonic.co.uk/menu/ or e-mail menu3@milonic.com
You may use this menu on your web site  free of charge as long as you 
place prominent links to http://www.milonic.co.uk/menu and you inform 
us of your intentions with your URL  AND ALL copyright notices remain 
in place in all files including your home page.
Comercial support contracts are available on request if you cannot comply with the above rules.		
*/
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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=3)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}


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=[				
"ffffff",					// Mouse Off Font Color
"008080",				// Mouse Off Background Color
"ffcc33",				// Mouse On Font Color
"008080",				// Mouse On Background Color
"EAE8E8",				// Menu Border Color 
13,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial",		// Font Name
5,						// Menu Item Padding
"images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"ffcc33",				// Current Page Item Font Color (leave this blank to disable)
"008080",					// Current Page Item Background Color (leave this blank to disable)
"images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				
]


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
137,				// Menu Top - The Top position of the menu in pixels
55,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
,					// Menu Border Width 
,					// 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
,				// 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
3,					// 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
					// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;Home&nbsp;","index.htm",,"Plumberex Home Page",1
,"&nbsp;e-Binder&nbsp;","PDFs/plumberexProducts2012.pdf",,"Plumberex Home Page",1
,"&nbsp;Submittals&nbsp;","submittal.htm",,"Product Submittal Sheets",1
,"&nbsp;Products&nbsp;&nbsp;&nbsp;","show-menu=products","products.htm","View Plumberex Products and Specs",1
,"&nbsp;Suggested&nbsp;Specification&nbsp;","spec.htm",,"Product Specs",1
,"&nbsp;Aesthetics&nbsp;","aesthetics.htm",,"Aesthetic Appearance of Trap Covers",1
,"&nbsp;<nobr>Technical Information</nobr>&nbsp;","plumberextechnicaldata.htm",,"Material Technical and Code Data",1
,"&nbsp;Video&nbsp;Page&nbsp;","plumberexvideogallery.htm",,"Video Burn Testing Code Updates",1
,"&nbsp;<nobr>Contact&nbsp;Us&nbsp</nobr>&nbsp;","order.htm",,"Contact",1

])	
addmenu(menu=["products",
	,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Handy Shield MAXX<br>ASTM E-84 Compliant","hndy.htm",,,1
	,"Pro-Extreme","extreme.htm",,,1
	,"Trap Gear<br>ASTM E-84 Compliant","trapgear.htm",,,1
	,"E-flex Guard | <br>Energy Efficiency","eflexguard.htm",,,1
                  ,"TITAN GS30 Outlet | <br>Energy Efficiency","titan.htm",,,1
                  ,"E-FLEX PRO-SYSTEM Kit | <br>Combined Energy Efficiency","prosys.htm",,,1
	,"Mushroom Flange","mshrm.htm",,,1
	,"Floor Sink Carrier","flr.htm",,,1
                  ,"All Products e-Binder<br>Brochures,Submittals,Specs","PDFs/plumberexProducts2011.pdf",,,1
                  ,"Current Magazine Ads","magads.htm",,,1
	//,"UPS Tools","show-menu=ups",,,1
	])

dumpmenus()
