


_menuCloseDelay=900           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#B7E8FF";
oncolor="#000000";
offbgcolor="#0168B2";
offcolor="#ffffff";
separatorsize="1";
separatorpadding="2";
separatorheight="10";
padding=2;
fontsize="95%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="arrowwhite.gif";
subimagepadding="2";
onsubimage="arrow.gif";
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=All Products;url=products.htm;");
aI("text=Timers;showmenu=Timers;");
aI("text=Valves;showmenu=Valves;");
aI("text=Power Cords;url=powercords-intro.htm");
aI("text=Connectors;url=connectors.htm");
aI("text=Gaskets;url=gaskets.htm");
}

with(milonic=new menuname("Timers")){
style=menuStyle;
overflow="scroll";
aI("text=Solenoid Valve Timers;title=The original  solenoid valve timer;url=timerssolenoidvalve.htm;showmenu=TimersSolenoidValve;");
aI("text=Din Rail Timers;url=timersdinpanelmounted.htm;showmenu=TimersDin;");
aI("text=Panel Mounted Timers;url=timersdinpanelmounted.htm;showmenu=TimersDin;");
aI("text=Multi Channel Controllers;url=timersmulticontrollers.htm;showmenu=TimersMultiControllers;");
}

with(milonic=new menuname("TimersSolenoidValve")){
style=menuStyle;
overflow="scroll";
aI("text=Model 700;url=700-intro.htm;");
aI("text=Model 720 Vertical Design;url=720v-intro.htm;");
aI("text=Model 720 Horizontal Design;url=720h-intro.htm;");
aI("text=Model 724;url=724-intro.htm;");
aI("text=Model 770;url=770.htm;");
aI("text=Model 790 Vertical Design;url=790v-intro.htm;");
aI("text=Model 790 Horizontal Design;url=790h-intro.htm;");
}



with(milonic=new menuname("TimersDin")){
style=menuStyle;
overflow="scroll";
aI("text=Model 730;url=timersdin730.htm;");
aI("text=Model 733;title=With test facilities & emergency lights;url=733-intro.htm;");
aI("text=Model 840;url=timersdin840.htm;");
}

with(milonic=new menuname("TimersMultiControllers")){
style=menuStyle;
overflow="scroll";
aI("text=Model 240;url=timersmulti240.htm;");
aI("text=Model 630;url=timersmulti630.htm;");
aI("text=Model 631;url=timersmulti631.htm;");
}

with(milonic=new menuname("Valves")){
style=menuStyle;
overflow="scroll";
aI("text=Electronic Condensate Drain Valves;url=valvesdrain.htm;");
aI("text=Solenoid Valves;url=valvessolenoid.htm;");
aI("text=Filter Ball Valves;url=valvesfilterball.htm;");
aI("text=Valve Specification Form (Word);url=Valve_Specification_Form.doc;");
aI("text=Valve Specification Form (Online Form);url=valves-specform.htm;");
}

with(milonic=new menuname("Extras")){
style=menuStyle;
aI("text=Flow Tables;");
aI("text=Applications;");
aI("text=About My Order;");
aI("text=News;");
}

with(milonic=new menuname("PowerGroup")){
style=menuStyle;
aI("text=Introduction;title=Complete Electrical, Electronic & Automation Solutions;url=powerintro.htm;");
aI("text=Powerflow Electronics;title=Electronic Design & Manufacture;url=powerflowelectronics.htm");
aI("text=Power Engineering;title=Electrical Engineering Specialists;showmenu=Engineering");
aI("text=SCADA Systems;showmenu=Scada");
aI("text=Quality Certificates;url=powerquality.htm");
aI("text=Meet Us;url=powermeetus.htm;");
}

with(milonic=new menuname("Engineering")){
style=menuStyle;
aI("text=Electrical Switchgear & Control Systems;url=powerengineering.htm;")
aI("text=SCADA Systems;url=powerscada.htm;");
aI("text=Typical SCADA Projects;url=powerscadascreens.htm;");
}

with(milonic=new menuname("Scada")){
style=menuStyle;
aI("text=SCADA Systems;url=powerscada.htm;");
aI("text=Typical SCADA Projects;url=powerscadascreens.htm;");
}


with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Details;url=contact.htm;");
aI("text=Location Map;url=location.htm;");
aI("text=Quotation Form (Word);url=Powerflow_Quotation_Form.doc;");
}

drawMenus();


