
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=0;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;

fontfamily="Arial, Helvetica, sans-serif";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#eeeeee";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#ffffff', Direction=135, Strength=3)";
padding=10;
pagebgcolor="#ffffff";	//The pagebgcolor parameter sets the Current Page Menu Item background color for any global menu style
pagecolor="#990000";	//Sets the Current Page Menu Item Font Color for any global menu style
separatorcolor="#cccccc";
separatorsize=1;
subimage="";
subimagepadding=0;
visitedcolor="#000000";	//Sets the text color for items previously visited
}

with(menuStyle2=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E1E1E1";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#E1E1E1";
pagecolor="#000000";
separatorcolor="#ffffff";
separatorsize=1;
subimage="";
subimagepadding=0;
visitedcolor="#000000";
}

with(dc=new menuname("Main Menu")){
alwaysvisible=1;
//left = screen.width / 2 - 365;
orientation="vertical";
style=menuStyle;
//top=172;
aI("text=News & Calendar of Events;url=about6.php?category=News");
aI("text=Press Room;url=about6.php?category=Press Room");
aI("text=Company Activities;url=about6.php?category=Company Activities;");
}

with(dc=new menuname("menu1")){
overflow="scroll";
style=menuStyle2;
aI("text=&nbsp;&nbsp;&nbsp;Annual Report;url=about7.php")
aI("text=&nbsp;&nbsp;&nbsp;Quarterly Report;url=about7_quart.php;")
}

with(dc=new menuname("menu2")){
overflow="scroll";
style=menuStyle2;
aI("text=&nbsp;&nbsp;&nbsp;Current Announcement;url=about7_3current.php;")
aI("text=&nbsp;&nbsp;&nbsp;Historical Announcement;url=about7_3historical.php;")
}
drawMenus();

