fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
align="left";
bgimage="button2.jpg";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="sqauredot_black_5x5.gif";
imagepadding=4;
offbgcolor="#ffffff";
offcolor="#000000";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="black";
subimage="purpgradwhite.gif";
subimagepadding=5;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="raised";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
high3dcolor="#ffffff";
low3dcolor="#cca0a1";
offbgcolor="#cca0a1";
offcolor="#000000";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
padding=3;
pagecolor="black";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=8;
swap3d=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=21;
itemwidth=140;
left=0;
margin=4;
orientation="horizontal";
style=menuStyle;
top=280;
aI("align=left;text=Home;showmenu=Home;");
aI("align=left;showmenu=Products;text=Products;");
aI("align=left;showmenu=Projects;text=Projects;");
aI("align=left;text=Goal;url=goal.html;");
aI("align=left;text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("Home")){
style=submenuStyle;
aI("text=Home;url=index.html;");
aI("text=Infra structure;url=facility.html;");
}

with(milonic=new menuname("Projects")){
style=submenuStyle;
aI("text=Pool Metering system ;url=pool.html;");
aI("text=Power Monitoring project ;url=power.html;");
aI("text=Ballast pump and Motor Control System ;url=pump.html;");
}

with(milonic=new menuname("Products")){
style=submenuStyle;
aI("text=Panel instruments;url=panel.html;");
aI("text=Distribution and protection products;url=protection.html;");
aI("text=Industrial control product;url=industry.html;");
aI("text=Electrical accessories;url=electrical.html;");

}

drawMenus();


