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=1;
fontfamily="ArialBlack,Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="white";
onbgcolor="#ffffff";
oncolor="#A80317";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#F0AE36";
pagecolor="black";
separatorcolor="white";
separatorsize=1;
subimage="arrow.gif";	
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=90;
orientation="horizontal";
style=menuStyle;
top=106;
aI("text=Home;url=index.html;status=Home;title=Home");
aI("text=About us;showmenu=about_us;");
aI("text=Why Net;showmenu=why_net");
aI("text=Search Methodology;url=method.html;status=Search Methodology;title=Search Methodology");
aI("text=Net Forte;status=net forte;title=netforte;showmenu=net_forte;");
aI("text=Contact us;showmenu=office_address");
}

with(milonic=new menuname("about_us")){
left=100;
orientation="horizontal";
style=menuStyle;
aI("text=Company Profile;url=profile.html;status=Profile;title=Profile");
aI("text=Vision;url=vision.html;status=Vision;title=Vision;");
aI("text=Net Philosophy;url=Net_philosophy.html;status=Net Philosophy;title=Net Philosophy;");
}

with(milonic=new menuname("why_net")){
left=200;
orientation="horizontal";
style=menuStyle;
aI("text=Net Employment Services;url=net_employment.html;status=Net Employment Services;title=Net Employment Services;");
aI("text=Search Services;url=search.html;status=Search Services;title=Search Services;");
//aI("text=BCA;status=Bachelors in Computer Applications;title=Bachelors in Computer Applications ;url=bca.html;");
}

with(milonic=new menuname("net_forte")){
left=350;
orientation="horizontal";
style=menuStyle;
aI("text=Net HR Reach;url=reach.html;status=Net HR Reach;title=Net HR Reach;");
aI("text=Net HR Contact;url=contact.html;status=Net HR Contact;title=Net HR Contact;");
//aI("text=BCA;status=Bachelors in Computer Applications;title=Bachelors in Computer Applications ;url=bca.html;");
}

with(milonic=new menuname("office_address")){
left=500;
orientation="horizontal";
style=menuStyle;
aI("text=Corporate office;url=corporate.html;status=Corporate office;title=Corporate office;");
aI("text=Branch offices;url=branch_offices.html;status=branch office;title=branch office;");
//aI("text=BCA;status=Bachelors in Computer Applications;title=Bachelors in Computer Applications ;url=bca.html;");
}

drawMenus();

