fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=50;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="Normal";
borderwidth=0;
fontfamily="Arial";
fontsize="90%";
fontstyle="Bold";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#7DA068";
offcolor="#ffffff";
onbgcolor="#346633";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#000000, Direction=135, Strength=5)";
padding=2;
pagebgcolor="#7DA068";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="image/arrow.gif";
subimagepadding=2;
}

with(ekm=new menuname("Login")){
overflow="scroll";
style=menuStyle;
aI("text=Individual;url=login.php;")
aI("text=EKM Center;url=login.php;")
aI("text=Administrator;url=a_login.php;")
aI("text=Download;url=d_login.php;");
}

with(ekm=new menuname("EKM")){
style=menuStyle;
aI("text=Activities;url=activities.html;");
aI("text=Location;url=location.html;"); 

}

with(ekm=new menuname("HM")){
style=menuStyle;

aI("showmenu=Products;text=Products;");
aI("showmenu=Pest;text=Pests & Diseases;");





}

with(ekm=new menuname("Pest")){
style=menuStyle;
aI("text=Cotton;url=pest_diseases_cotton.php;");
aI("text=Mealybug;url=mealybug.html;");
aI("text=Onion;url=onion.html;");
aI("text=Groundnut;url=groundnut.html;");
aI("text=Cummin;url=cummin.html;");
aI("text=Mango;url=mango.html;");

}

with(ekm=new menuname("ABOUTUS")){
style=menuStyle;

aI("text=Feedback;url=feedback.php;");
aI("text=Contact Us;url=contact.html;");

}

with(ekm=new menuname("Products")){
style=menuStyle;

aI("showmenu=PP;text=Plant Protection;");
aI("showmenu=SEED;text=Seeds;");
aI("text=Soil & Nutrition;url=soil_nutrition.html;");
aI("text=Bio Products;url=bio.html;");
aI("text=Others;url=others.html;");
}


with(ekm=new menuname("PP")){
style=menuStyle;
aI("text=Insecticides;url=Insecticide.html;");
aI("text=Fungicides;url=Fungicides.html;");
aI("text=Weedicides;url=Weedicides.html;");
aI("text=Fumigents & Rodenticides;url=Fumigents.html;");
}


with(ekm=new menuname("SEED")){
style=menuStyle;
aI("text=Vegetables;url=Vegetable_Seeds.html;");
aI("text=Field Crops;url=Field_Crops_Seeds.html;");

}

drawMenus();


