

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=1               // Sub menu top offset
_subOffsetLeft=-4            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Services1")){
style=menuStyle;
aI("text=Overview;url=aboutus_overview.htm;");
aI("text=Mission;url=aboutus_mission.htm;");
aI("text=Why Ashunya;url=aboutus_why_ashunya.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Overview;url=services_overview.htm;");
aI("text=Hardware&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=Hardware;");
aI("text=Software;showmenu=Software;");
}

with(milonic=new menuname("Hardware")){
style=menuStyle;
aI("text=IT Services&nbsp;&nbsp;;showmenu=IT Services;");
}

with(milonic=new menuname("IT Services")){
style=menuStyle;
aI("text=Voice & Data;url=services_lanwan.htm;");
aI("text=Procurement;url=services_procurement.htm;");
aI("text=Networking;showmenu=Networking;");
}

with(milonic=new menuname("Networking")){
style=menuStyle;
aI("text=Implementation;url=services_implementation.htm;");
aI("text=Post Implementation;url=services_p_implementation.htm;");
}

with(milonic=new menuname("Software")){
style=menuStyle;
aI("text=Software Outsourcing;url=services_software_outsourcing.htm;");
aI("text=E-commerce;url=services_e_commerce.htm;");
aI("text=Datawarehousing;url=services_datawarehousing.htm;");
aI("text=Multimedia;url=services_multimedia.htm;");
aI("text=Application Development;url=services_appli_development.htm;");
aI("text=Software Development;url=services_software_development.htm;");
aI("text=Supply Chain Procurement Process;url=services_s_procurement.htm;");
aI("text=Web Design and Development;url=services_web_design.htm;");
}

with(milonic=new menuname("Solutions")){
style=menuStyle;
aI("text=Overview;url=solutions_overview.htm;");
aI("text=Medical & Health Care;showmenu=Medical & Health Care;");
aI("text=Finance & Insurance;url=solutions_firell.htm;");
aI("text=Real Estate;url=solutions_realestate.htm;");
aI("text=Supply Chain and Logistics;showmenu=Supply Chain and Logistics;");
}

with(milonic=new menuname("Medical & Health Care")){
style=menuStyle;
aI("text=Overview;url=medi_healthcare_overview.htm;");
aI("text=Medical Transcription;url=solutions_m_medical_transcription.htm;");
aI("text=EMR;url=solutions_m_emr.htm;");
aI("text=Insurance Eligibility Verification;url=carevault.htm;");
}


with(milonic=new menuname("Supply Chain and Logistics")){
style=menuStyle;
aI("text=Supply Chain Performance Measurement;url=solutions_s_supply_chain.htm;");
}
	


with(milonic=new menuname("Portfolio")){
style=menuStyle;
aI("text=Websites;url=portfolio_websites.htm;");
aI("text=Corporate Branding & Identity;url=portfolio_corporate_identity.htm;");
aI("text=One Ashunya;url=portfolio_oneashunya.htm;");
}


drawMenus();

