<!--
function fwLoadMenus() {
   if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",132,19,"Verdana, Arial, Helvetica, sans-serif",12,"#990000","#e2c6ff","#fffef4","#990000");
  fw_menu_0.addMenuItem("Photo Album","location='http://www.fcacdst.org/gallery/album.html'");
fw_menu_0.addMenuItem("Guest Book","location='http://www.fcacdst.org/tcGuestbook/guestbook.html'");
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",126,19,"Verdana, Arial, Helvetica, sans-serif",12,"#990000","#e2c6ff","#fffef4","#990000");
  fw_menu_1.addMenuItem("Calendar","location='http://www.fcacdst.org/Events/default.asp'");
//  fw_menu_1.addMenuItem("Past Events","location='http://www.fcacdst.org/Calendar/e_past.html'");
   fw_menu_1.fontWeight="bold";
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",157,19,"Verdana, Arial, Helvetica, sans-serif",12,"#990000","#e2c6ff","#fffef4","#990000");
  fw_menu_2.addMenuItem("In the Community", "location='http://www.fcacdst.org/programs/community.shtml'");
  fw_menu_2.addMenuItem("Committees"," location='http://www.fcacdst.org/programs/Committees0607.htm'");
   fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",191,19,"Verdana, Arial, Helvetica, sans-serif",12,"#990000","#e2c6ff","#fffef4","#990000");
  fw_menu_3.addMenuItem("About FCAC","location='http://www.fcacdst.org/fcac/ch_bio.shtml'");
  fw_menu_3.addMenuItem("Chapter History","location='http://www.fcacdst.org/fcac/Ch_Hist.shtml'");
  fw_menu_3.addMenuItem("The President's Message","location='http://www.fcacdst.org/fcac/ch_presmess.shtml'");
  fw_menu_3.addMenuItem("Executive Structure","location='http://www.fcacdst.org/fcac/Ch_ExecBoard.shtml'");
  fw_menu_3.addMenuItem("Membership","location='http://www.fcacdst.org/fcac/Membership.htm'");
  fw_menu_3.addMenuItem("Delta of the Year","location='http://www.fcacdst.org/fcac/DeltaoftheYearJG.htm'");
  fw_menu_3.addMenuItem("Member Login","location='http://www.fcacdst.org/MembersOnly/members.html'");
   fw_menu_3.fontWeight="bold";
   fw_menu_3.hideOnMouseOut=true;

  fw_menu_3.writeMenus();
} // fwLoadMenus()

//-->