


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){

onbgcolor="#CC0000";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#CC0000";
bordercolor="#CC0000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CC0000";
separatorsize="1";
padding=3;
fontsize="55%";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="white";
pagebgcolor="#CC0000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
menubgimage="images/blu_bg.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0)";
}

with(rootmenustyle=new mm_style()){

onbgcolor="ffcc00";
oncolor="#000000";
offbgcolor="#CC0000";
offcolor="#ffffff";
bordercolor="#CC0000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CC0000";
separatorsize="5";
padding=5;
fontsize="60%";
fontstyle="bold";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="white";
pagebgcolor="#CC0000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
menubgimage="images/gr_bg.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("home")){
style=menuStyle;
aI("text=BACK TO HOME PAGE;url=index.asp;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=CONTACT INFORMATION;url=r_contactus.asp;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=COMPANY INFORMATION;url=r_aboutus.asp;");
aI("text=CUSTOMER COMMENTS;url=r_tests.asp;");
}


with(milonic=new menuname("services")){
style=menuStyle;
aI("text=MOVING HOME;url=r_serv_home.asp;");
aI("text=MOVING OFFICE;url=r_serv_office.asp;");
aI("text=WHAT TO DO BEFORE YOUR MOVE;url=r_first3.asp;");
aI("text=MOVING TIPS;url=r_first4.asp;");
aI("text=USEFUL NAMES AND ADDRESSES;url=r_first5.asp;");
aI("text=BUSINESS PARTNERS;url=r_business_partners.asp;");
aI("text=TRADE SECTION;url=r_trade.asp;");
}

with(milonic=new menuname("store")){
style=menuStyle;
aI("text=MOVING KITS;url=show_products.asp?cat1=Moving+Kits;");
aI("text=MOVING BOXES;url=show_products.asp?cat1=Moving+Boxes;");
aI("text=POSTAL BOXES;url=show_products.asp?cat1=Postal+Boxes;");
aI("text=ARCHIVE BOXES;url=show_products.asp?cat1=Archive+Boxes;");

aI("text=SINGLE WALL BOXES;url=show_products.asp?cat1=Single+Wall+Boxes;");
aI("text=DOUBLE WALL BOXES;url=show_products.asp?cat1=Double+Wall+Boxes;");
aI("text=PIZZA BOXES;url=show_products.asp?cat1=Pizza+Boxes;");

aI("text=TAKEAWAY PACKAGING;url=show_products.asp?cat1=Takeaway+Packaging;");
aI("text=PEDAL BINS;url=show_products.asp?cat1=Pedal+Bins;");
aI("text=BIN LINERS;url=show_products.asp?cat1=Bin+Liners;");

aI("text=CRIMPERS AND STRAP SEALERS;url=show_products.asp?cat1=Crimpers+and+Strap+Sealers;");

aI("text=PAPER BAGS;url=show_products.asp?cat1=Paper+Bags;");
aI("text=PLASTIC BAGS;url=show_products.asp?cat1=Plastic+Bags;");
aI("text=CATERING PACKAGING;url=show_products.asp?cat1=Catering+Packaging;");
aI("text=PLASTIC CUTLERY;url=show_products.asp?cat1=Plastic+Cutlery;");


aI("text=PACKING PAPER;url=show_products.asp?cat1=Packing+Paper;");
aI("text=BUBBLE WRAP;url=show_products.asp?cat1=Bubble+Wrap;");
aI("text=FURNITURE COVERS;url=show_products.asp?cat1=Furniture+Covers;");
aI("text=SEALING TAPE;url=show_products.asp?cat1=Sealing+Tape;");

aI("text=CARPET PROTECTORS;url=show_products.asp?cat1=Carpet+Protectors;");
aI("text=FLO-PAK LOOSEFILL;url=show_products.asp?cat1=Flo+Pak+Loosefill;");
aI("text=MARKER PENS;url=show_products.asp?cat1=Marker+Pens;");
aI("text=TAPE GUNS;url=show_products.asp?cat1=Tape+Guns;");

aI("text=SECURE FURNITURE IN TRANSIT;url=show_products.asp?cat1=Secure+Furniture+In+Transit;");

aI("text=FURNITURE PROTECTION;url=show_products.asp?cat1=Furniture+Protection;");
aI("text=REFUSE SACKS;url=show_products.asp?cat1=Refuse+Sacks;");
aI("text=PALLET WRAP;url=show_products.asp?cat1=Pallet+Wrap;");

aI("text=ACCESSORIES;url=show_products.asp?cat1=Accessories;");
aI("text=YOUR SHOPPING BASKET;url=addprod.asp;");
}

with(milonic=new menuname("custservices")){
style=menuStyle;
aI("text=HOW TO BUY ONLINE;url=r_cust_howtobuy.asp;");
aI("text=TERMS AND CONDITIONS;url=r_cust_terms.asp;");
aI("text=DELIVERY POLICY;url=r_delv_policy2.asp;");
aI("text=RETURNS & REFUNDS POLICY;url=r_cust_returns.asp;");
aI("text=SECURITY POLICY;url=r_cust_security.asp;");

}



drawMenus();

