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(about=new mm_style()){
styleid=3;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
separatorcolor="white";
separatorsize=0;
}


with(WhiteBlue=new mm_style()){
styleid=2;
fontfamily="Arial,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#903138";
offcolor="#FFFFFF";
onbgcolor="#F1F1F1";
oncolor="#903138";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
padding=4;
separatorcolor="#FFFFFF";
separatorsize=1;
}


with(milonic=new menuname("education")){
style=WhiteBlue;
menuwidth=129;
top="offset=1";
aI("text=Overview;url=edu_overview.html;");
aI("text=M.D Programme;url=edu_mdprogramme.html;");
aI("text=U.G Programme;url=pdf/BHMS_Brouchers.pdf;target=_blank;");
aI("text=The P.G. Course;url=edu_pgcourse.html;");
aI("text=Lay Orientation;url=edu_layorientation.html;");
aI("text=Study Groups;url=edu_studygroups.html;");
aI("text=Organon;url=edu_organon.html;");
aI("text=C.M.E;url=edu_cme.html;");
aI("text=Foreigner Training Program;url=edu_foreigner_training_program.html;");
}

with(milonic=new menuname("publication")){
style=WhiteBlue;
menuwidth=140;
top="offset=1";
aI("text=Principles &amp; Practice;url=pub_principlespractice.html;");
aI("text=Operational Manual;url=pub_operationalmanual.html;");
aI("text=Life &amp; Living;url=pub_lifeliving.html;");
aI("text=Perceiving;url=pub_perceiving.html;");
aI("text=Pediatric;url=pub_pediatric.html;");
aI("text=Symposium Volume;url=pub_symposiumvolume.html;");
}

with(milonic=new menuname("clinicalservices")){
style=WhiteBlue;
menuwidth=175;
top="offset=1";
aI("text=Mumbai;url=cs_mumbai.html;");
aI("text=Pune;url=cs_pune.html;");
aI("text=Baroda;url=cs_baroda.html;");
aI("text=Bhopoli;url=cs_bhopoli.html;");
aI("text=Rural Homoeopathic Hospital;url=cs_palghar.html;");
}

with(milonic=new menuname("research")){
style=WhiteBlue;
menuwidth=125;
top="offset=1";
aI("text=Funded;url=rs_funded.html;");
aI("text=In House;url=rs_inhouse.html;");
}

with(milonic=new menuname("generalinformation")){
style=WhiteBlue;
menuwidth=210;
top="offset=1";
aI("text=Homeopathy Basics;url=gi_homeopathybasic.html;");
aI("text=Institutional Informations;url=gi_institutionalinformations.html;");
}

drawMenus();

function popup(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function MM_jumpMenu1(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}