fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000;
_menuOpenDelay=100;
_subOffsetTop=0;
_subOffsetLeft=0;

with(background=new mm_style()){
bgimage="";
borderstyle="solid";
fontfamily="Arial";
fontsize="75%";
fontstyle="normal";
fontweight="normal";
image="/images/transparent.gif";
imagepadding=5;
itemheight=3;
itemwidth=160;
offcolor="#37A6A6";
oncolor="#FFDB6C";
overbgimage="";
overflow="scroll";
subimage="/images/black_7x7.gif";
subimagepadding=8;
}
with(milonic=new menuname("Clock Menu")){
alwaysvisible=1;
itemheight=20;
itemwidth=175;
left=-2;
orientation="vertical";
followscroll=0;
style=background;
top=120;
aI("text="+getMilonicDate()+";align=left;type=clock;")
}

with(milonic=new menuname("HOME")){
alwaysvisible=1;
itemheight=3;
itemwidth=140;
left=6;
orientation="vertical";
overflow="scroll";
followscroll=0;
style=background;
top=155;

aI("image=/images/xp_menuitemgold.png;text=Home Page;url=/index.html;");
aI("image=/images/xp_menuitemgold.png;text=About Us;url=/AboutUs.html;");
aI("image=/images/xp_menuitemgold.png;text=Contact Us;url=/ContactUs.php;");
aI("image=/images/xp_menuitemgold.png;text=Events;url=/Events.html;");
	}
	


drawMenus();
