

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.
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 you have more than one _array.js file


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=50                 // Follow Scrolling Rate
suboffset_top=0               // Sub menu offset Top position
suboffset_left=-12             // Sub menu offset Left position



background=[                  // background is an array of properties. You can have as many property arrays as you need
"FFFFFF",                     // Mouse Off Font Color
"3366CC",                           // Mouse Off Background Color (use zero for transparent in Netscape 6)
"FFFFFF",                     // Mouse On Font Color
"000066",                           // Mouse On Background Color
"",                           // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana",                  // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 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)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]




//MAIN MENU

addmenu(menu=[
"BGImagesMenu",
190,
0,
123,
,
,
background,
1,
,
"Fade(duration=0.2)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Home Page","index.php backimage=images/1.gif;overbackimage=images/back_on.gif;",,,0
,"About Aquilar","show-menu=Profile","# backimage=images/2.gif;overbackimage=images/back_on.gif;",,0
,"News","show-menu=News","# backimage=images/3.gif;overbackimage=images/back_on.gif;",,0
,"Leak Detection","show-menu=Detection","# backimage=images/4.gif;overbackimage=images/back_on.gif;",,0
,"Resource Centre","show-menu=Resource","# backimage=images/5.gif;overbackimage=images/back_on.gif;",,0
,"Applications","show-menu=Applications","# backimage=images/6.gif;overbackimage=images/back_on.gif;",,0
,"Products","show-menu=Products","# backimage=images/7.gif;overbackimage=images/back_on.gif;",,0
,"Downloads","downloads.php backimage=images/7.gif;overbackimage=images/back_on.gif;",,,0
,"Contact Us","show-menu=Contact","# backimage=images/8.gif;overbackimage=images/back_on.gif;",,0
,"Site Map","site_map.php backimage=images/10.gif;overbackimage=images/back_on.gif;",,,0



])

//END MAIN MENU

//SUB NAV MENUS

addmenu(menu=[
"Contact",
,
,
155,
,
,
background,
0,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Contact Details","contact.php ;",,,0
,"How to find us","locate_us.php ;",,,0
,"Online Enquiry","enquiry.php ;",,,0
])



addmenu(menu=[
"Profile",
,
,
155,
,
,
background,
0,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Aquilar","profile.php ;",,,0
,"Meet The Team","team.php ;",,0
])





dumpmenus();

addmenu(menu=[
"News",
,
,
155,
,
,
background,
0,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Company & Industry","news.php ;",,,0
,"Product News","product_news.php ;",,,0
])





dumpmenus();


addmenu(menu=[
"Detection",
,
,
155,
,
,
background,
0,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Leak Detection","about_leak_detection.php ;",,,0
,"Commercial Buildings","leak_detection_commercial.php ;",,,0
,"Industrial/Environmental","leak_detection_industrial.php ;",,,0
])





dumpmenus();

addmenu(menu=[
"Resource",
,
,
155,
,
,
background,
0,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Centre Menu","resource.php ;",,,0
,"Products","products.php ;",,,0
,"Product News","product_news.php ;",,,0
,"System Maintenance","maintenance.php ;",,,0
,"Support Services","support.php ;",,,0
,"Downloads","downloads.php ;",,,0
,"Forum","_forum_.php ;",,,0
,"Software","software.php ;",,,0
])





dumpmenus();



addmenu(menu=[
"Applications",
,
,
155,
,
,
background,
0,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Commercial Buildings","commercial.php ;",,,0
,"Industrial/Environmental","industry.php ;",,,0
,"Application Layouts","application_layouts.php ;",,,0
])





dumpmenus();

addmenu(menu=[
"Products",
,
,
155,
,
,
background,
0,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Product Menu","products.php ;",,,0
,"Panels","panels.php ;",,,0
,"Sensing Devices","devices.php ;",,,0
,"Accessories","accessories.php ;",,,0
,"Supporting Products","supporting_products.php ;",,,0
,"Refrigerant Detection","products_refrigerant.php ;",,,0
])





dumpmenus();
	
