﻿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;




with(menuStyle=new mm_style()){
//bordercolor="#296488";
borderstyle="none";
borderwidth=0;
fontfamily="Arial";
fontsize="7 pt;";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#A9CB08";
offcolor="#ffffff";
onbgcolor="#6b8e23";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=5;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
//subimage="arrow.gif";
//subimagepadding=2;
}


with(menuStyleSub=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="11 pt;";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#A9CB08";
offcolor="#ffffff";
onbgcolor="#6b8e23";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=5;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
//subimage="arrow.gif";
//subimagepadding=2;
}

// commenting the below menu because since the products are dynamic we are adding it 
//in the corresponding page
/*
with(EpyGen=new menuname("Products")){
style=menuStyleSub;
aI("text=Health Care;url=#;");
aI("text=Animal Feed Enzymes;url=animalfeed_desc.html;");
aI("text=Textile and Garment Enzymes;url=textile_Desc.html;");
aI("text=Food Enzymes;url=food_Desc.html;");
aI("text=Pulp & Paper Enzymes;url=pulp_Desc.html;");
aI("text=Biopolymers;url=#;");
aI("text=Biofuels;url=#;");
aI("text=Home Care;url=#;");
aI("text=Environment Control;url=#;");
}
*/
with(EpyGen=new menuname("Profile")){
overflow="scroll";
style=menuStyleSub;
aI("text=Management Team;url=companyProfile.asp?id=1;")
aI("text=Scientific Team;url=Scientist.asp;")
//aI("text=Scientific Team;url=companyProfile.asp?id=2;")
aI("text=Corporate Citizens;url=companyProfile.asp?id=3;")
}

with(EpyGen=new menuname("Technic")){
style=menuStyleSub;
//aI("text=<font size=2>New Projects;url=Epy_Tech.asp?id=1;");
aI("text=New Projects;url=Epy_Tech.asp?id=1;");
aI("text=Publications;url=Epy_Tech.asp?id=2;");
aI("text=News & Media;url=Epy_Tech.asp?id=3;");
aI("text=Institutional Research;url=EpyTech.asp?id=4;");
aI("text=Biodiversity;url=EpyTech.asp?id=5;");
}

with(EpyGen=new menuname("Service")){
style=menuStyleSub;
aI("text=Application Q & A.;url=CLogin.asp;");
aI("text=Service Contact;url=contact.asp;");
}

with(EpyGen=new menuname("Career")){
style=menuStyleSub;
aI("text=Employee Speak;url=Empspeak.asp;");
aI("text=Society;url=society.asp?id=6;");
aI("text=View Jobs;url=jobs.asp;");
}


drawMenus();

