<!--

/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="facilities.htm">Facilities</a>'
menu1[1]='<a href="management.htm">Key Personnel</a>'
menu1[2]='<a href="partners.htm">Partners</a>'
menu1[3]='<a href="news.htm">News</a>'
menu1[4]='<a href="contact_us.htm">Contact Us</a>'

//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href="project_management.htm">Project Management</a>'
menu2[1]='<a href="engineering_and_design.htm">Engineering & Design</a>'
menu2[2]='<a href="system_integration.htm">System Integration</a>'
menu2[3]='<a href="panel_fabrication.htm">Panel Fabrication</a>'
menu2[4]='<a href="installation_and_commissioning.htm">Installation & Commissioning</a>'
menu2[5]='<a href="control_system_validation.htm">Control System Validation</a>'
menu2[6]='<a href="support_contracts.htm">Support Contracts</a>'
menu2[7]='<a href="calibration.htm">Calibration</a>'

//Contents for menu 3
var menu3=new Array()
menu3[0]='<a href="cogeneration.htm">Cogeneration</a>'
menu3[1]='<a href="power_plants.htm">Alternative Energy Plants</a>'
menu3[2]='<a href="central_utilities_plants.htm">Central Utilities Plants</a>'

var menuwidth='125px' //default menu width
var menubgcolor='lightyellow' //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

//-->