/*
 Milonic DHTML Menu
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
*/

//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)}
//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.

////////////////////////////////////
// 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
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777',Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}


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
Frames_Top_Offset=0; 		// Frames Page Adjustment for Top
Frames_Left_Offset=0;		// Frames Page Adjustment for Left


main_style=[				// Menu Properties Array
"6090C0",					// Mouse Off Font Color
"FFFFFF",					// Mouse Off Background Color
"FFFFFF",					// Mouse On Font Color
"C8D0E8",					// Mouse On Background Color
"FFFFFF",					// Border Color
11,							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana, Verdana Ref, Tahoma, Arial, Helvetica, sans-serif",	// Font
1,							// Padding
""							// Sub Menu Image
,							// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=["electrochlorination",
0,0,200,1,"",main_style,,,effect,,,,,,,,,,,,
,"About Electrochlorination", "electrochlorination.htm",,,0
,"How Electrochlorination Works", "how_electrochlorination_works.htm",,,0
])

addmenu(menu=["panclor",
0,0,280,1,"",main_style,,"left",effect,,,,,,,,,,,,
,"PANCLOR™ Technology","panclor.htm",,,0
,"PANCLOR™ System Components","panclor_system.htm",,,0
,"PANCLOR™ Advanced Technology in Action","panclor_technology.htm",,,0
])

addmenu(menu=["products",
0,0,200,1,"",main_style,,,effect,,,,,,,,,,,,
,"Products and Services", "products.htm",,,0
,"Turnkey Plant", "turnkey_systems.htm",,,0
,"Standard Plant - Brine System", "standard_brine_systems.htm",,,0
,"Refurbishment", "refurbishment.htm",,,0
,"Service and Maintenance", "service_and_maintenance.htm",,,0
])

addmenu(menu=["references",
0,0,200,1,"",main_style,,,effect,,,,,,,,,,,,
,"Project Profiles and References", "references.htm",,,0
,"Jebil Ali 'G' Station - U.A.E.", "jebil_ali.htm",,,0
,"Ras Abu Fontas - Qatar", "ras_abu_fontas.htm",,,0
,"Global Representation", "global_representation.htm",,,0
])

addmenu(menu=["policies",
0,0,200,1,"",main_style,,,effect,,,,,,,,,,,,
,"Policy Statements", "policy_and_procedure.htm",,,0
,"Quality Policy", "quality_policy_statement.htm",,,0
,"Health and Safety Policy", "health_and_safety_and_welfare_policy_statement.htm",,,0
,"Environmetal Policy", "environmental_policy_statement.htm",,,0
,"Privacy Policy", "javascript:popPage(\"privacy.htm\",550,480)",,,0
])

addmenu(menu=["contacts",
0,0,150,1,"",main_style,,,effect,,,,,,,,,,,,
,"Contact Details", "contact.htm",,,0
,"Enquiry Form", "contact.htm#form",,,0
,"Find Us", "location.htm",,,0
,"Global Representation", "global_representation.htm",,,0
,"Privacy Policy", "javascript:popPage(\"privacy.htm\",550,480)",,,0
])

dumpmenus()