_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="left";
bordercolor="#2900FF";
borderstyle="Dashed";
borderwidth="0";
fontfamily="Verdana";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#2A2B2B";
offcolor="White";
onbgcolor="#2A2B2B";
oncolor="Orange";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
pagebgcolor="#2A2B2B";
pagecolor="White";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="right";
bordercolor="#2900FF";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="Transparent";
oncolor="Orange";
outfilter="Fade(Overlap=1.00)";
padding="4";
pagebgcolor="Transparent";
pagecolor="White";
imagepadding="6";
itemwidth="200";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Business Equipment Hire;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Book Binders;target=;url=book_binder.html;");
aI("text=Guillotines;target=;url=guillotine_hire.html;");
aI("text=Laminators;target=;url=laminator_rentals.html;");
aI("text=Paper Folders;target=;url=paper_folder_hire.html;");
aI("text=Paper Trimmers;target=;url=paper_trimmer_hire.html;");
aI("text=Shredders;target=;url=paper_shredder_hire.html;");
aI("text=Staplers and Punches;target=;url=stapler_hire.html;");
}


 drawMenus();

