var newDefs = new Object;
newDefs.background = "#B1B7C4";
newDefs.textcolor = "#000000";
newDefs.textdecoration = "none";
newDefs.fontsize = 10;
newDefs.timeout = 0;
newDefs.pause = 100;
newDefs.font = "verdana";                        // font to use (default is "verdana")
newDefs.menuplacement = "bottom";                 // left,right,top,bottom (default is "right")
newDefs.cellpadding = 4;                         // amount of padding to add to each menu cell (default is "2")
newDefs.hoverbackground = "#F4C379";
//newDefs.titlebackground = "#333322";
newDefs.texthovercolor = "#000000";
//newDefs.fontweight = "bold";
newDefs.border = "0";
//newDefs.useclass = "navlink";
//newDefs.titleclass = "barlink";
//newDefs.filter = "progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#C6C6C6,strength=5);";
//newDefs.alignright = 0;
newDefs.hpad = 1;                                 // amount of horizontal space from the HTML object (default is "2")
//newDefs.vpad = -2;                              // amount of vertical space from the top of the HTML object (default is "-2")
newDefs.outsideborderpadding = 0;               // amount of space between the menu rows and the outer edge of the menu (default is "2")
//newDefs.position = "IMG|m=m;picture|b>b;logo|b<t";  // complex menu positioning rules (defulat is "")
//newDefs.positiontop = 0;
menuDefs (newDefs);

makeLayer ("buttonProd", "", "images/Products_on.png", "images/Products_off.png", 
  "Full Product List=products.php",
  "Have WPT Size Your Application=applications.php",
  "Choose by Industry=industries.php"
);
