﻿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()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=0, Strength=0)";
padding=13.5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=390;
orientation="horizontal";
style=menuStyle;
top=52;

aI("text=Home;url=index.htm;");
aI("showmenu=Links;text=About;");
aI("showmenu=Partners;text=Products;");
aI("text=Services;url=services2.htm;");
aI("text=Gallery;url= gallery-picture.htm;");
aI("text=Links;url=gallery.htm;");
aI("text=Contact;url=contact.htm;");

}



with(milonic=new menuname("Links")){
left=450;
orientation="vertical";
style=menuStyle;
aI("align=center;text=About;url=about1.htm;");
aI("align=center;text=Activity Area;url=about2.htm;");
aI("align=center;text=Programs;url=about3.htm;");

}




with(milonic=new menuname("Partners")){
left=530;
orientation="vertical";
style=menuStyle;
aI("align=center;text= Heavy Pieces Machining;url=Services1.htm;");
aI("text= Material Handling;url= products2.htm;");
aI("text= Coil Lifting;url= products3.htm;");
aI("text= Gas Detector & Analyzer;url=products1.htm;");
}




drawMenus();


