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;

/*Menu styles*/

//  main menu

with(menuStyle=new mm_style()){
bordercolor="#3eb5e3";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";

// ordinary state

offbgcolor="#5a5a5a";
offcolor="#ffffff";

// over stare

onbgcolor="#3eb5e3";
oncolor="#ffffff";

// filters

outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";

// visited

padding=5;
pagebgcolor="#3eb5e3";
pagecolor="black";
separatorcolor="#3eb5e3";
separatorsize=1;
subimage="images/main_arrow.gif";
subimagepadding=2;
}

// sub menu

with(submenu_zep=new mm_style()){
bordercolor="#3eb5e3";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5a5a5a";
offcolor="#ffffff";
onbgcolor="#3eb5e3";
oncolor="#ffffff"

//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#3eb5e3";
pagecolor="black";
separatorcolor="#3eb5e3";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}



/*******************************************************************************/

/*main Menu*/
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=0;
left=100;
orientation="horizontal";
style=menuStyle;
top=245;

aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;url=index.html;title=Home;");
aI("text=&nbsp;&nbsp;About&nbsp;&nbsp;url=about.html;title=About;");
aI("text=&nbsp;Profile&nbsp;url=profile.html;title=Profile;");
//aI("text=&nbsp;Technology&nbsp;showmenu=technology;url=technology.html;title=Technology;");
aI("text=&nbsp;Technology&nbsp;url=technology.html;title=Technology;");
aI("text=&nbsp;Services&nbsp;showmenu=services;url=services.html;title=Services;");
aI("text=&nbsp;Industries&nbsp;showmenu=industries;url=industries.html;title=Industries;");
aI("text=&nbsp;Contact&nbsp;url=contact.html;title=Contact;");
}


with(milonic=new menuname("technology")){
style=submenu_zep;
aI("text=Embedded system;url=embedded.html;title=Embedded System;");
aI("text=Java;url=java.html;title=Java;");
aI("text=J2EE;url=j2ee.html;title=J2EE;");
aI("text=.net;url=dotnet.html;showmenu=dotnet;title=.net;");
aI("text=C / C++;url=ccpp.html;title=C / C++;");

}

with(milonic=new menuname("dotnet")){
style=submenu_zep;
aI("text=VC ++&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=vc.html;title=VC++");
aI("text=ASP.net;url=asp.html;title=ASP.net;");
aI("text=VB.net;url=vb.html;title=VB.net;");
aI("text=C#.net;url=csharp.html;title=C#.net;");

}


with(milonic=new menuname("services")){
style=submenu_zep;
aI("text=Application Development Management;url=application_development.html;title=Application Development Management;");
aI("text=Enterprise Management;url=enterprise_management.html;title=Enterprise Management;");
aI("text=Infrastructure Services;url=infrastructure_Services.html;title=Infrastructure Services;");
aI("text=Product Engineering;url=product_engineering.html;title=Product Engineering;");
aI("text=System Integration;url=system_integration.html;title=System Integration;");

}

with(milonic=new menuname("industries")){
style=submenu_zep;
aI("text=Automotive;url=automotive.html;title=Automotive;");
aI("text=Banking Capital;url=banking_capital.html;title=Banking Capital;");
aI("text=Consumer Packaged Goods;url=consumer_packaged_goods.html;title=Consumer Packaged Goods;");
aI("text=Discrete Manufacturing;url=discrete_manufacturing.html;title=Discrete Manufacturing;");
aI("text=High Technology;url=high_technology.html;title=High Technology;");

}




drawMenus();

