var newDefs = new Object;
newDefs.background = "#68883F";
newDefs.textcolor = "#ffffff";
newDefs.textdecoration = "none";
newDefs.fontsize = 11;
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 = "#7284A8";
//newDefs.titlebackground = "#333322";
newDefs.texthovercolor = "#ffffff";
newDefs.fontweight = "normal";
newDefs.border = "";
//newDefs.useclass = "navlink";
//newDefs.titleclass = "barlink";
//newDefs.filter = "progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#C6C6C6,strength=5);";
//newDefs.alignright = 0;
newDefs.hpad = 2;                                 // 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 = 2;               // 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 ("button1", "", "images/index_04_on.jpg", "images/index_04_off.jpg", 
  "Festivals=festivals.php",
  "Special Events=specialevents.php",
  "Visual Arts=visualarts.php",
  "Performing Arts=performingarts.php",
  "Classes & Workshops=classesandworkshops.php",
  "Master Calendar=events_monthly.php",
  "Photo Gallery=photogallery.php"
);

makeLayer ("button2", "", "images/index_06_on.jpg", "images/index_06_off.jpg", 
  "Sculpture Garden=SculptureGarden.php",
  "Gift Shop=giftshop.php",
  "Membership Info=membershipinfo.php",
  "Member Organizations=memberorganizations.php",
  "Contributions/Donations=donorslist.php",
  "Staff & Board=staffandboard.php",
  "Rentals Info & Venues=rental_info_venues.php",
  "Scholarship Info=scholarshipinfo.php",
  "Contact Us=contactus.php",
  "History Page=historypage.php"
);
