

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#003399";
offbgcolor="#003399";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow_white.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
align="center";
position="relative";
alwaysvisible=1; 
orientation="horizontal";
aI("text=Blacksmith Coal;url=http://www.reboysupply.com/coal.htm;");
aI("text=Building Materials;showmenu=Build;");
aI("text=Pro Hardware;showmenu=hardware;");
aI("text=Animal Feed;showmenu=Milonic;");
aI("text=Landscape Products;showmenu=Samples;");
aI("text=On-Line Catalogs;showmenu=Catalog;");
}


with(milonic=new menuname("Build")){
style=menuStyle;
overflow="scroll";
aI("text=PVC Pipe;");
aI("text=CPP Pipe;");
aI("text=Concrete Block;url=http://www.reboysupply.com/concrete_block.htm;");
aI("text=Roto-Mix Concrete;url=http://www.reboysupply.com/redimix_concrete.htm;");
aI("text=Stone, Gravel & Sand;url=http://www.reboysupply.com/stone&gravel.htm;");
aI("text=Quikrete Products;url=http://www.reboysupply.com/quikrete_products.htm;");
}

with(milonic=new menuname("hardware")){
style=menuStyle;
overflow="scroll";
aI("text=Hardware;url=http://www.reboysupply.com/hardware.htm;");
aI("text=Bargains of The Month;");
aI("text=Outdoor Power Equipment;showmenu=OPE;");
aI("text=Oregon Chain Saw Chain;url=http://www.reboysupply.com/chain.htm;");

}

with(milonic=new menuname("Samples")){
style=menuStyle;
overflow="scroll";
aI("text=Paving Brick;url=http://www.reboysupply.com/pavingbrick.htm;");
aI("text=Retaining Wallstone;url=http://www.reboysupply.com/wallstoneplus.htm;");
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=Horse Feed;url=http://www.reboysupply.com/horsefeed.htm;");
aI("text=Poultry Feed;url=http://www.reboysupply.com/poultryfeed.htm;");
aI("text=Turkey, Duck, Gamebird Feed;url=http://www.reboysupply.com/turkeyfeed.htm;");
aI("text=Wild Bird Feed;url=http://www.reboysupply.com/birdfeed.htm;");
aI("text=Deer Feed;showmenu=Deer Feed;");
}

with(milonic=new menuname("OPE")){
style=menuStyle;
aI("text=Makita Chain Saws;url=http://www.reboysupply.com/chain_saws.htm;");
aI("text=Makita Power Cutters;url=http://www.reboysupply.com/power_cutters.htm;");
aI("text=Makita String Trimmers;url=http://www.reboysupply.com/string_trimmers.htm;");
aI("text=Makita Blowers;url=http://www.reboysupply.com/blowers.htm;");
}

with(milonic=new menuname("Deer Feed")){
style=menuStyle;
aI("text=Blue Seal Deer Feed;url=http://www.reboysupply.com/deerfeed.htm;");
aI("text=Antler king Deer Feed;url=http://www.reboysupply.com/antlerking.htm;");
}

with(milonic=new menuname("Catalog")){
style=menuStyle;
aI("text=Blacksmith Coal Shopping Cart;url=http://www.reboysupply.com/xcart/customer;target=_blank");
aI("text=Pro Hardware Catalog;url=http://e-catalog.bostwick-braun.com/Catalog/Catalog.aspx?qsCustType=DEALER;target=_blank");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Form;url=http://www.reboysupply.com/contactpage.htm");
}

drawMenus();

