_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="Firebrick";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
openstyle="rtl";
aI("text=Employee Time Clock Home;target=;url=./;");
aI("text=Time Clock Software;target=;url=Time_Clock_Software.html;");
aI("text=Free Punch Clock;target=;url=Free_Punch_Clock.html;");
aI("text=Computerized Time Clock;target=;url=Computerized_Time_Clock.html;");
aI("text=Employee Time Clock;target=;url=Employee_Time_Clock.html;");
aI("text=Payroll Time Clock Software;target=;url=Payroll_Time_Clock_Software.html;");
aI("text=More About Time Clocks & Business;target=;url=More_Time_Clock_Articles.html;");
}


 drawMenus();
