// JavaScript Code for Dropdown Menus
// This file controls the presentation and linking in all occurrences of dropdown menus

function fwLoadMenus() {
  if (window.fw_menu_0) return;
  // ABOUT WCRC Menu (menu 0)
  // Location and appearance (menu level, menu width, menu item height, font-type, font-size, font-color, font-color on mouse over, background-color, background-color on mouse over)
  window.fw_menu_0 = new Menu("root",170,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#330066","#990000");
  // Menu items and hyperlinks (menu item text, hyperlink)
  fw_menu_0.addMenuItem("Party Platform","location='/about/platform.htm'");
  fw_menu_0.addMenuItem("Leadership","location='/about/leadership.htm'");
  fw_menu_0.addMenuItem("Constitution & Bylaws","location='/about/constitution_bylaws.htm'");
    // Font and interaction
   fw_menu_0.fontWeight="normal";
   fw_menu_0.hideOnMouseOut=true;

 // JOIN TODAY Menu (menu 1)
  // Location and appearance (menu level, menu width, menu item height, font-type, font-size, font-color, font-color on mouse over, background-color, background-color on mouse over)
  window.fw_menu_1 = new Menu("root",170,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#330066","#990000");
  // Menu items and hyperlinks (menu item text, hyperlink)
  fw_menu_1.addMenuItem("Membership Form","location='/pdf/wc_republican_club.pdf'");
  fw_menu_1.addMenuItem("Donation Form","location='/pdf/wc_republican_club.pdf'");
   // Font and interaction
   fw_menu_1.fontWeight="normal";
   fw_menu_1.hideOnMouseOut=true; 

 // THE ELLY REPORT Menu (menu 2)
  // Location and appearance (menu level, menu width, menu item height, font-type, font-size, font-color, font-color on mouse over, background-color, background-color on mouse over)
  window.fw_menu_2 = new Menu("root",230,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#330066","#990000");
  // Menu items and hyperlinks (menu item text, hyperlink)
  fw_menu_2.addMenuItem("National Issues","location='/ellyreport/national_issues/national_issues.htm'");
  fw_menu_2.addMenuItem("Local Perspectives","location='/ellyreport/local_perspectives/local_perspectives.htm'");
  fw_menu_2.addMenuItem("Campaign Strategies & Tactics","location='/ellyreport/strategies_tactics/strategies_tactics.htm'");
  fw_menu_2.addMenuItem("Legislative Update","location='/ellyreport/legislative_update/legislative_update.htm'");
  fw_menu_2.addMenuItem("Candidates Corner","location='/ellyreport/candidates_corner/candidates_corner.htm'");
  fw_menu_2.addMenuItem("From the State Committee","location='/ellyreport/state_committee/state_committee.htm'");
  fw_menu_2.addMenuItem("Around the County","location='/ellyreport/around_county/around_county.htm'");
  fw_menu_2.addMenuItem("Heritage & Faith in Action","location='/ellyreport/heritage_faith/heritage_faith.htm'");
  fw_menu_2.addMenuItem("Donation Form","location='/pdf/wc_republican_club.pdf'");
   // Font and interaction
   fw_menu_2.fontWeight="normal";
   fw_menu_2.hideOnMouseOut=true; 

 // LOCAL COMMITTEES & CLUBS Menu (menu 3)
  // Location and appearance (menu level, menu width, menu item height, font-type, font-size, font-color, font-color on mouse over, background-color, background-color on mouse over)
  window.fw_menu_3 = new Menu("root",170,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#330066","#990000");
  // Menu items and hyperlinks (menu item text, hyperlink)
  fw_menu_3.addMenuItem("Local Committees","location='/committees.htm#lc'");
  fw_menu_3.addMenuItem("Young Republicans","location='/committees.htm#yr'");
  fw_menu_3.addMenuItem("Womens Club","location='/committees/womens_club.htm'");
  fw_menu_3.addMenuItem("County Club","location='/about.htm'");
   // Font and interaction
   fw_menu_3.fontWeight="normal";
   fw_menu_3.hideOnMouseOut=true; 

 // ELECTIONS & CANDIDATES Menu (menu 4)
  // Location and appearance (menu level, menu width, menu item height, font-type, font-size, font-color, font-color on mouse over, background-color, background-color on mouse over)
  window.fw_menu_4 = new Menu("root",230,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#330066","#990000");
  // Menu items and hyperlinks (menu item text, hyperlink)
  fw_menu_4.addMenuItem("White House","location='/candidates/white_house.htm'");
  fw_menu_4.addMenuItem("State Offices","location='/candidates/state_office.htm'");
  fw_menu_4.addMenuItem("U.S. Senate","location='/candidates/us_senate.htm'");
  fw_menu_4.addMenuItem("U.S. House of Representatives","location='/candidates/us_rep.htm'");
  fw_menu_4.addMenuItem("Massachusetts Legislature","location='/candidates/ma_legislature.htm'");
  fw_menu_4.addMenuItem("State Committee","location='/candidates/state_committee.htm'");
  fw_menu_4.addMenuItem("Local Elections","location='/candidates/local_elections.htm'");
  fw_menu_4.addMenuItem("Candidate Training","location='/candidates/candidate_training.htm'");
   // Font and interaction
   fw_menu_4.fontWeight="normal";
   fw_menu_4.hideOnMouseOut=true; 

 // CARE: COMMUNITY SERVICE Menu (menu 5)
  // Location and appearance (menu level, menu width, menu item height, font-type, font-size, font-color, font-color on mouse over, background-color, background-color on mouse over)
  window.fw_menu_5 = new Menu("root",170,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#330066","#990000");
  // Menu items and hyperlinks (menu item text, hyperlink)
  fw_menu_5.addMenuItem("Service Project Ideas","location='/service.htm'");
  fw_menu_5.addMenuItem("Ongoing Projects","location='/service.htm'");
  fw_menu_5.addMenuItem("How to Get Involved","location='/service.htm'");
   // Font and interaction
   fw_menu_5.fontWeight="normal";
   fw_menu_5.hideOnMouseOut=true;
  
 // GOP RESOURCES Menu (menu 6)
  // Location and appearance (menu level, menu width, menu item height, font-type, font-size, font-color, font-color on mouse over, background-color, background-color on mouse over)
  window.fw_menu_6 = new Menu("root",230,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#330066","#990000");
  // Menu items and hyperlinks (menu item text, hyperlink)
  fw_menu_6.addMenuItem("Forms","location='/resources/forms.htm'");
  fw_menu_6.addMenuItem("GOP","location='/resources/gop.htm'");
  fw_menu_6.addMenuItem("Political Analysis & Commentary","location='/resources/analysis_commentary.htm'");
  fw_menu_6.addMenuItem("Mass GOP","location='/resources/gop_toc.htm'");
   // Font and interaction
   fw_menu_6.fontWeight="normal";
   fw_menu_6.hideOnMouseOut=true; 

 
  fw_menu_6.writeMenus();
}

// End