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()){
align="center";
//bgimage="images/menu_item_background_off.png";
imagewidth=101;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="14px";
fontstyle="normal";
headerbgcolor="#0E1E2E";
headercolor="#ffffff";
itemheight=43;
itemwidth=101;

ondecoration="underline";
onbgcolor="#0E1F2F";
offbgcolor="#0E1F2F";
offcolor="#ffffff";
oncolor="#ffffff";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
padding=0;
position="relative";
separatorcolor="#0E1E2E";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Applications")){
overflow="scroll";
style=menuStyle;
aI("text=Lithium Ion Battteries;url=applications_lithium_ion.php;");
aI("text=Other Applications;url=applications_other.php;");
}

drawMenus();


