_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="SpringGreen";
borderstyle="solid";
borderwidth="0";
fontfamily="Comic Sans MS";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="#090A09";
offcolor="White";
onbgcolor="Blue";
onbold="bold";
oncolor="White";
padding="3";
pagebgcolor="Blue";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/white_arrow.gif";
subimagepadding="7";
overimage="images/whitedots.gif";
imagepadding="2";
itemwidth="197";
}

with(submenuStyle=new mm_style()){
bordercolor="LightSlateGray";
borderstyle="Solid";
borderwidth="0";
fontfamily="Comic Sans MS";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="Blue";
onbold="bold";
oncolor="#ffffff";
padding="4";
pagecolor="White";
separatorcolor="White";
separatorsize="1";
subimage="images/white_arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=.././;");
aI("text=Business Checks;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Accounts Payable Checks;target=;url=../BusinessChecksOnline/AccountsPayableChecksOnline/;");
aI("text=Payroll Checks;target=;url=../BusinessChecksOnline/PayrollChecksOnline/;");
aI("text=Multi Purpose Checks;target=;url=../BusinessChecksOnline/MultiPurposeChecksOnline/;");
aI("text=Deskset Checks;target=;url=../BusinessChecksOnline/DesksetChecksOnline/;");
aI("text=Computer Checks;target=;url=../BusinessChecksOnline/ComputerChecksOnline/;");
aI("text=Deposit Slips Tickets;target=;url=../BusinessChecksOnline/DepositSlipsTickets/;");
}


 drawMenus();

