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=4;
_subOffsetLeft=-2;


with(dropdown=new mm_style()){
styleid=1;
fontfamily="Arial,verdana,helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#eeeeee";
offcolor="#363535";
onbgcolor="#efefef";
oncolor="#e15149";
bordercolor="#608c21";
borderstyle="solid";
borderwidth=0;
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
}



with(milonic=new menuname("profile")){
style=dropdown;
menuwidth=200;
top="offset=1";
left="offset=0";
aI("text=&nbsp;&nbsp;About Us;url=../Corporate_Profile/Aboutus.aspx;");
aI("text=&nbsp;&nbsp;Origin;url=../Corporate_Profile/Origin.aspx;");
aI("text=&nbsp;&nbsp;Timeline;url=../Corporate_Profile/TimeLine.aspx;");
aI("text=&nbsp;&nbsp;Vision - Mission;url=../Corporate_Profile/Vision_Mission.aspx;");
aI("text=&nbsp;&nbsp;Management Team;url=../Corporate_Profile/Management_team.aspx;");
aI("text=&nbsp;&nbsp;Works;url=../Corporate_Profile/Works.aspx;");
aI("text=&nbsp;&nbsp;Offices;url=../Corporate_Profile/Offices.aspx;");
aI("text=&nbsp;&nbsp;Recognition ( Awards & Certificates);url=../Corporate_Profile/Recognition.aspx;");
aI("text=&nbsp;&nbsp;Client List;url=../Corporate_Profile/Client_List.aspx;");
}

with(milonic=new menuname("Product")){
style=dropdown;
menuwidth=110;
top="offset=1";
left="offset=0";
aI("text=&nbsp;&nbsp;Cables;url=../Products/ProductListing.aspx;");
aI("text=&nbsp;&nbsp;Services;url=../Products/Services.aspx;");
aI("text=&nbsp;&nbsp;Trading;url=../Products/Trading.aspx;");
}


with(milonic=new menuname("Quality")){
style=dropdown;
menuwidth=110;
top="offset=1";
left="offset=0";
aI("text=&nbsp;&nbsp;Quality Process;url=../Quality/Quality_Process.aspx;");
aI("text=&nbsp;&nbsp;Design;url=../Quality/Design.aspx;");
aI("text=&nbsp;&nbsp;Manufacturing;url=../Quality/Manufacturing.aspx;");
aI("text=&nbsp;&nbsp;R & D;url=../Quality/R_and_D.aspx;");
}


drawMenus();

