/*
 Milonic DHTML Website Navigation Menu - Version 3.x
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 */


//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="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

function copyArray(arrayName) {
	thisMenu = 0;
	//find the index of menu arrayName
	for(a=1;a<menus.length;a++){
		if(menus[a][0]==arrayName){
			thisMenu = a;
			break;
		}
	}
	
	//duplicate the array
	newMenu = new Array();
	for(i=0; i<menus[thisMenu].length; i++) {
		newMenu[i] = menus[thisMenu][i];
	}
	return newMenu;
}


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='black', Direction=135, Strength=5)"



timegap=1000			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

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
"000066",			// Mouse Off Background Color
"FFFF00",			// Mouse On Font Color
"000066",			// Mouse On Background Color
"DDDDDD",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Helvetica, Arial",	// Font Name
2,					// Menu Item Padding
"/menu/new/triWh.gif",		// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"D3D3D3",			// 3D High Color
"808080",			// 3D Low Color
"Purple",			// Current Page Item Font Color (leave this blank to disable)
"pink",				// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"navy",				// Menu Item Separator Color
]

//Style for black header menus

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.
"FFFFFF",				// Mouse Off Font Color
"000000",			// Mouse Off Background Color
"FFFF00",			// Mouse On Font Color
"000000",			// Mouse On Background Color
"DDDDDD",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Helvetica, Arial",	// Font Name
2,					// Menu Item Padding
"/menu/new/triWh.gif",		// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"F5F5F5",			// 3D High Color
"808080",			// 3D Low Color
"Purple",			// Current Page Item Font Color (leave this blank to disable)
"pink",				// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"navy",				// Menu Item Separator Color
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"home",			// Menu Name - This is needed in order for the menu to be called
,					// Menu Top - The Top position of the menu in pixels
150,				// Menu Left - The Left position of the menu in pixels
180,					// Menu Width - Menus width in pixels
3,					// 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
,					// 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)
, 					// 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)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use

// "Description Text", "URL" (show-menu=menuName for subMenu), "Alternate URL", "Status", "Separator Bar"
,"Regulator Technologies","/clickThrough.cfm?path=/&ref=Nav%20Bar",,"Home",0 
,"Asia Pacific","/clickThrough.cfm?path=http://www.ap.emersonprocess.com/Divisions/Regulators/&ref=Nav%20Bar",,"",0
,"Francel","/clickThrough.cfm?path=/francel/en/&ref=Nav%20Bar",,"",0
,"Latin America","/clickThrough.cfm?path=/latinamerica/homepage/&ref=Nav%20Bar",,"",0
,"LP Gas","/clickThrough.cfm?path=/lp/&ref=Nav%20Bar",,"",0
,"Tartarini","/clickThrough.cfm?path=/tartarini/&ref=Nav%20Bar",,"",0
,"TESCOM","/clickThrough.cfm?path=http://www.tescom.com&ref=Nav%20Bar",,"",0
,"Valves","http://www.gotofisher.com/",,"",0
])

//The Blue express bar "Search" Menu

addmenu(menu=["search",
150,416,210,3,"",style1,,"left",effect,,,,,,,,,,,,
,"Regulators/LP Gas", "/clickThrough.cfm?path=/contacts/repsearch2/&ref=Nav%20Bar",,"Search",0
,"Regulators/Product Documents", "/clickThrough.cfm?path=/products/typenumber/&ref=Nav%20Bar",,"Search",0
,"Regulators/Sales Contacts", "/clickThrough.cfm?path=/contacts/repsearch2/&ref=Nav%20Bar",,"Search",0
,"Regulators/Web Site", "/clickThrough.cfm?path=/search/&ref=Nav%20Bar",,"Search",0
,"Valves/Web Site", "http://www.frco.com/search/",,"Search",0
])

	
//The Header Search Pop Up Menu

addmenu(menu=["search_head",
125,4,200,3,"",style2,,"left",effect,,,,,,,,,,,,
,"<FONT COLOR=\"#C0C0C0\">Emerson Search</FONT>","javascript:void(window.open(\"http://www.frco.com/search\",\"_blank\"))",,"Search",0
,"Regulator Division Search","show-menu=search_head_sub","/clickThrough.cfm?path=/&ref=Nav%20Bar","Search",0
,"Training","javascript:void(window.open(\http://www2.emersonprocess.com/en-US/brands/edservices/fielddevices/regulators/Pages/RegulatorsTraining.aspx\",\"_blank\"))",,"Search",0
])

//Duplicate the "Search" menu for the search_head menu and change the name and style
newMenu = new Array();
menu = copyArray("search");
menu[0] = "search_head_sub";
menu[2] = "offset=0";
menu[6] = style2;
addmenu();

//The Header Industry Centers Pop Up Menu

addmenu(menu=["industrycenter_head",
125,187,250,3,"",style2,,"left",effect,,,,,,,,,,,,
,"<FONT COLOR=\"#C0C0C0\">Emerson Industry Centers</FONT>","javascript:void(window.open(\"http://www.frco.com/fr/solutions/performance/industrycenters/index.html\",\"_BLANK\"))",,"Industry Centers",0
,"Regulator Division Industry Centers","show-menu=home_head",,"Industry Centers",0
])

//Duplicate the "Home" menu for the industrycenter_head menu and change the name and style
newMenu = new Array();
menu = copyArray("home");
menu[0] = "home_head";
menu[2] = "offset=0";
menu[6] = style2;
addmenu();

//The Header News/Events Pop Up Menu

addmenu(menu=["news_head",
125,279,200,3,"",style2,,"left",effect,,,,,,,,,,,,
,"<FONT COLOR=\"#C0C0C0\">Emerson News/Events</FONT>","javascript:void(window.open(\"http://www.emersonprocess.com/home/news\",\"_BLANK\"))",,"News",0
,"Regulator Division News/Events","/clickThrough.cfm?path=/whatsnew/&ref=Nav%20Bar",,"News",0
])

//The Header Contacts Pop Up Menu

addmenu(menu=["contacts_head",
125,371,180,3,"",style2,,"left",effect,,,,,,,,,,,,
,"<FONT COLOR=\"#C0C0C0\">Emerson Contacts</FONT>","javascript:void(window.open(\"http://www.emersonprocess.com/home/contacts\",\"_BLANK\"))",,"Contacts",0
,"Regulator Division Contacts","/clickThrough.cfm?path=/contacts/repsearch2/&ref=Nav%20Bar",,"Contacts",0
])

//The Header Global Presence Pop Up Menu

addmenu(menu=["globalpresence_head",
125,463,223,3,"",style2,,"left",effect,,,,,,,,,,,,
,"<FONT COLOR=\"#C0C0C0\">Emerson Global Presence</FONT>","javascript:void(window.open(\"http://www.emersonprocess.com/home/contacts/global\",\"_BLANK\"))",,"Global Presence",0
,"Regulator Division Global Presence","show-menu=home_head",,"Global Presence",0
])

//The "About Us" Menu
addmenu(menu=["aboutus",
,150,210,3,"",style1,,"left",effect,,,,,,,,,,,,
,"About Fisher-Regulators", "/clickThrough.cfm?path=/aboutus/historyoffisher&ref=Nav%20Bar",,"About Us",0
,"About Fisher-LP Gas", "/clickThrough.cfm?path=/lp/aboutus/&ref=Nav%20Bar",,"About Us",0
])
//Old about us menu with site tour - 12/7/2005 - Site tour is way out of date
/*
addmenu(menu=["aboutus",
,150,210,3,"",style1,,"left",effect,,,,,,,,,,,,
,"About Fisher-Regulators", "/clickThrough.cfm?path=/aboutus/historyoffisher&ref=Nav%20Bar",,"About Us",0
,"About Fisher-LP Gas", "/clickThrough.cfm?path=/lp/aboutus/&ref=Nav%20Bar",,"About Us",0
,"Site Tour","javascript:void(window.open(\"/clickThrough.cfm?path=/remote/welcome.html&ref=Nav%20Bar\",\"Welcome\",\"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=300,height=575\"));",,"About Us",0
])
*/

//The "About Us -> Our Homepages" Sub Menu
//Duplicate the "Home" menu for the aboutus -> Our Homepages submenu and change the name and style

newMenu = new Array();
menu = copyArray("home");
menu[0] = "ourhomepages_sub";
menu[2] = "offset=0";
addmenu();

//The "Products/Literature"  Menu

addmenu(menu=["productsliterature",
,150,215,3,"",style1,,"left",effect,,,,,,,,,,,,
,"<TABLE WIDTH=205><TR><TD CLASS=\"menuNote\">Note: You must be registered and logged in to view/download documents.</TD></TR></TABLE>","",,"",0
,"Application Maps", "/applicationmaps",,"Products/Literature",0
,"Product By Application","show-menu=productsbyapp_sub",,"Products/Literature",0
,"Product By Type Number", "/clickThrough.cfm?path=/products/typenumber/&ref=Nav%20Bar",,"Products/Literature",0
,"Product By LP Type Number", "/clickThrough.cfm?path=/products/typenumber/lp/&ref=Nav%20Bar",,"Products/Literature",0
,"Product Selection Wizard", "/clickThrough.cfm?path=/myFisher/productSelector/&ref=Nav%20Bar",,"Products/Literature",0
,"Product Programs/Safety Notices", "/ProductProgramsSafetyNotices",,"Products/Literature",0
,"Tescom", "javascript:void(window.open(\"http://www.tescom.com/contacts/litdownload\",\"_blank\"))",,"Products/Literature",0
])

//The "Product/Literature->Product By Application" Sub Menu

addmenu(menu=["productsbyapp_sub",
,,215,3,"",style1,,"left",effect,,,,,,,,,,,,
,"Accessories", "/clickThrough.cfm?path=/products/accessories/&ref=Nav%20Bar",,"Products By Application",0
,"Air", "/clickThrough.cfm?path=/products/air/&ref=Nav%20Bar",,"Products By Application",0
,"Fuel Gas", "/clickThrough.cfm?path=/products/fuelgas/&ref=Nav%20Bar",,"Products By Application",0
,"Liquids", "/clickThrough.cfm?path=/products/liquids&ref=Nav%20Bar",,"Products By Application",0
,"LP-Gas (Propane)", "/clickThrough.cfm?path=/lp/&ref=Nav%20Bar",,"Products By Application",0
,"Natural Gas", "/clickThrough.cfm?path=/products/natgas/&ref=Nav%20Bar",,"Products By Application",0
,"Oil and Gas", "/clickThrough.cfm?path=/products/oilandgas/&ref=Nav%20Bar",,"Products By Application",0
,"Process Gases", "/clickThrough.cfm?path=/products/processgases/&ref=Nav%20Bar",,"Products By Application",0
,"Sanitary", "/clickThrough.cfm?path=/products/sanitary/&ref=Nav%20Bar",,"Products By Application",0
,"Steam", "/clickThrough.cfm?path=/products/steam&ref=Nav%20Bar",,"Products By Application",0
,"Tank Blanketing", "/clickThrough.cfm?path=/products/tank&ref=Nav%20Bar",,"Products By Application",0
])

//The "Support/Locator" Menu

addmenu(menu=["supportlocator",
,150,190,3,"",style1,,"left",effect,,,,,,,,,,,,
,"Regulator Sales Support", "/clickThrough.cfm?path=/contacts/repsearch2/&ref=Nav%20Bar",,"Support/Locator",0
,"LP-Gas Distributors", "/clickThrough.cfm?path=/contacts/repsearch2/&ref=Nav%20Bar",,"Support/Locator",0
,"Training", "javascript:void(window.open(\"http://www2.emersonprocess.com/en-US/brands/edservices/fielddevices/regulators/Pages/RegulatorsTraining.aspx\",\"_BLANK\"));",,"Support/Locator",0
])

//The "RFQ/Drawings" Menu

addmenu(menu=["rfqdrawings",
,150,180,3,"",style1,,"left",effect,,,,,,,,,,,,
,"Download Drawings", "show-menu=drawings",,"Downlaod Drawings",0
,"Request For Quotes", "show-menu=rfq",,"Request For Quote",0
])

//The "RFQ/Drawings->Download Drawings" Sub Menu

addmenu(menu=["drawings",
,,180,3,"",style1,,"left",effect,,,,,,,,,,,,
,"Download Drawings", "/clickThrough.cfm?path=http%3A//www.cadregister.com/cadreg.asp%3Fcattype%3DPARTSPEC%26aznum%3D23801004%26RFQ%3DON&ref=Nav%20Bar",,"Downlaod Drawings",0
,"Download Drawings Help", "/clickThrough.cfm?path=/drawinghelp/&ref=Nav%20Bar",,"Downlaod Drawings Help",0
])

//The "RFQ/Drawings->Request For Quotes" Sub Menu

addmenu(menu=["rfq",
,,180,3,"",style1,,"left",effect,,,,,,,,,,,,
,"Request For Quotes", "/clickThrough.cfm?path=/newRFQ/&ref=Nav%20Bar",,"Request For Quote",0
,"Request For Quotes Help", "/clickThrough.cfm?path=/rfq_help/&ref=Nav%20Bar",,"Request For Quote Help",0
])

//The "Technical Reference" Menu

addmenu(menu=["techref",
,150,180,3,"",style1,,"left",effect,,,,,,,,,,,,
,"Conversion Tables", "/clickThrough.cfm?path=/technical/tables/&ref=Nav%20Bar",,"Technical Reference",0
,"Glossary of Terms", "/clickThrough.cfm?path=/technical/glossary/&ref=Nav%20Bar",,"Technical Reference",0
,"LP Gas", "/clickThrough.cfm?path=/lp/&ref=Nav%20Bar",,"Technical Reference",0
,"Regulator Tips", "/clickThrough.cfm?path=/technical/tips/&ref=Nav%20Bar",,"Technical Reference",0
,"Table of Contents", "/clickThrough.cfm?path=/technical/tableofcontents/&ref=Nav%20Bar",,"Technical Reference",0
,"Technical Monographs", "/clickThrough.cfm?path=/technicalmonographs/various/&ref=Nav%20Bar",,"Technical Reference",0
])

//The "My Help" Menu

addmenu(menu=["help",
,150,190,3,"",style1,,"left",effect,,,,,,,,,,,,
,"E-Mail Questions", "/clickThrough.cfm?path=/help/&ref=Nav%20Bar",,"Help",0
,"Get Website Help", "/clickThrough.cfm?path=/help/&ref=Nav%20Bar",,"Help",0
,"Website FAQ's", "/clickThrough.cfm?path=/faqs/&ref=Nav%20Bar",,"Help",0
])


dumpmenus()