fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps    This menu is solely for the clock
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=30;
_subOffsetLeft=0;

with(background=new mm_style()){
bgimage="images/xp_button_turq.gif";
borderstyle="solid";
fontfamily="Helvetica";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
image="images/transparent.gif";
imagepadding=4;
itemheight=25;
itemwidth=182;
offcolor="#ffcc66";
oncolor="#ffffff";
overbgimage="images/xp_button_turq.gif"
subimage="images/black_7x7.gif";
subimagepadding=7;
}

with(milonic=new menuname("Clock Menu")){
alwaysvisible=1;
itemheight=25;
itemwidth=180;
left=735;
orientation="horizontal";
overflow="scroll";
followscroll=1;
style=background;
top=28;

aI("text="+getMilonicDate()+";align=left;type=clock;")
}
	
drawMenus();
