<!--
 itemOnColor="#99CCFF";   
 itemOffColor="#333366";  
 menuNext="<img src=images/next.gif>";
 newMenuXDepl=-3;
 newMenuYDepl=3;
 menuBgColor="#000033"; 
 menuFgColor="#333377"; 
 Xpos=11; 		
 Ypos=111;		
 LW=138;
 DW=138;
 L2W=125;
 D2W=125;
 im1=new Image();
 im1.src = "images/nimic.gif";
 im2=new Image();
 im2.src = "images/next.gif";

function binksmenu() {
 status = "Loading Main Store category menus...";
 myStatus = 0;

   addMenu(0,"<div align=left><img src='images/sqr-clear.GIF' width=10 height=10 border=0>About Binks Marine</div>",'location.href="http://www.binksonline.com.au"',LW,DW,Xpos,Ypos);
   addMenu(0,"<div align=left><img src='images/sqr-white.GIF' width=10 height=10 border=0>Store Specials</div>",'location.href="index.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-dark-blue.GIF' width=10 height=10 border=0>Yacht Fittings</div>",'location.href="Yacht-Fittings.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-blue.GIF' width=10 height=10 border=0>Power Boat Fittings</div>",'location.href="Power-Boat-Fittings.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-dark-green.GIF' width=10 height=10 border=0>Ropes</div>",'location.href="Ropes.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-green.GIF' width=10 height=10 border=0>Cable & Balustrade</div>",'location.href="Cables-Balustrading.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-dark-yellow.GIF' width=10 height=10 border=0>Proctor Fittings</div>",'location.href="Proctor-Fittings.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-yellow.GIF' width=10 height=10 border=0>Proctor Spars</div>",'location.href="proctor-spars.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-dark-orange.GIF' width=10 height=10 border=0>Mast Sections <img src='images/sqr-clear.GIF' width=10 height=10 border=0>misc </div>",'location.href="Mast-Sections-misc.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-orange.GIF' width=10 height=10 border=0>Hobie Products</div>",'location.href="Hobie-Products.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-dark-red.GIF' width=10 height=10 border=0>Clothing</div>",'location.href="Clothing.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-red.GIF'width=10 height=10 border=0>Book Chart & Video</div>",'location.href="Books-Charts-Videos.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-dark-purple.GIF' width=10 height=10 border=0>Electronics</div>",'location.href="Electronics.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-purple.GIF' width=10 height=10 border=0>Fishing Tackle</div>",'location.href="Fishing-Tackle.asp"',LW,DW);
   addMenu(0,"<div align=left><img src='images/sqr-grey.GIF' width=10 height=10 border=0>Paints, Resins, <img src='images/sqr-clear.GIF' width=10 height=10 border=0>Fillers & Polishes</div>",'location.href="Paints-Resins-Fillers-Polishes.asp"',LW,DW);
 myStatus=1;
 status="Welcome to Binks Marine Online Store";
}
//-->