_menuCloseDelay=300;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
bordercolor="#FE9900";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="italic";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="none";
offcolor="#9F9FFF";
onbgcolor="none";
oncolor="#ff0000";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=100)";
padding=5;
//pagebgcolor="#82B6D7";
pagecolor="#000000";
separatorcolor="#FE9900";
separatorsize=0;
//subimage="arrow.gif";
subimagepadding=2;
}

with(menuStyle2=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="italic";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="none";
offcolor="#9F9FFF";
onbgcolor="none";
oncolor="#ff0000";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=100)";
padding=5;
//pagebgcolor="#82B6D7";
pagecolor="#000000";
separatorcolor="#FE9900";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}


with(submenuStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#666666";
onbgcolor="#606e93";
oncolor="#FFFFFF";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
padding=3;
//pagebgcolor="#82B6D7";
pagecolor="#FE9900";
separatorcolor="#000099";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("programmes")){
style=submenuStyle;
aI("text= Concept;url=concept.htm;");
aI("text= Corporates;showmenu=corp;");
aI("text= Students;url=student.htm;");

}


with(milonic=new menuname("corp")){
style=submenuStyle;
aI("text= Simplifying Optimal Performance;url=prod_opt.htm;");
aI("text= Simplifying Power Performance ;url=prod_power.htm;");
aI("text= Simplifying Peak Performance ;url=prod_peak.htm;");
aI("text= Experiencing Excellence ;url=exp_excel.htm;");

}
with(milonic=new menuname("people")){
style=submenuStyle;
//aI("text= Faculty of Medha;url=facul.htm;");
aI("text= Thought Leaders;url=thou_lead.htm;");
aI("text= Core Faculty;url=core_facul.htm;");
aI("text= Program-Director;url=prog_dir.htm;");

}


/*with(milonic=new menuname("franchisee")){
style=submenuStyle;
aI("text= Become a Franchisee;showmenu=franchise");
aI("text= Business Enquiry;url=business_enquiry.htm;");
}

with(milonic=new menuname("franchise")){
style=submenuStyle;
aI("text= Veta ;url=become_franchisee.htm;");
aI("text= Veta One;url=become_franchisee_one.htm;");
}*/






drawMenus();

