function init2()
{
	menus[0] = new menu(30, "horizontal", 460, 348,0, -2, "#000066", "white", "Arial,Helvetica", 9, "bold","bold", "white", "#CC0000", 2, "maroon", 4,
	"rollover:img/tri-down2.gif:img/tri-down1.gif", false, true, true, false, 0, true, 4, 4, "black");
	menus[0].addItem("#", "", 150, "center", "Committees", 1);
	menus[0].addItem("#", "", 175, "center", "Members Services", 2);
	menus[0].addItem("#","",100, "center", "Links", 3);
    // menus[0].floatMenu(1280, 1024, 10, 0);

	menus[1] = new menu(120, "vertical", 0, 0, 1, 0,  "#000066", "white", "Arial,Helvetica", 9, "","bold", "white", "#CC0000", 1, "maroon", 4,
	"rollover:img/tri-right2.gif:img/tri-right1.gif", false, true, false, false, 0, false, 4, 4, "black");
   	menus[1].addItem("javascript:loadintoIframe('myframe', 'membership_comm.html')", "", 22, "center", "Membership", 0);
  	menus[1].addItem("javascript:loadintoIframe('myframe', 'legislative_comm.html')", "", 22, "center", "Legislative/Cope", 0);
  	menus[1].addItem("javascript:loadintoIframe('myframe', 'organizing_comm.html')", "", 22, "center", "Organizing", 0);
    	menus[1].addItem("javascript:loadintoIframe('myframe', 'election_comm.html')", "", 22, "center", "Election", 0);
  	menus[1].addItem("javascript:loadintoIframe('myframe', 'newsletter_comm.html')", "", 22, "center", "Newsletter", 0);
  	menus[1].addItem("javascript:loadintoIframe('myframe', 'commserv_comm.html')", "",35, "center", "Community Services", 0);
  	menus[1].addItem("javascript:loadintoIframe('myframe', 'budget_comm.html')", "", 22, "center", "Budget", 0);
  	menus[1].addItem("javascript:loadintoIframe('myframe', 'mobilization_comm.html')", "", 22, "center", "Mobilization", 0);
  	menus[1].addItem("javascript:loadintoIframe('myframe', 'bylaws_comm.html')", "", 22, "center", "Bylaws", 0);
  	menus[1].addItem("javascript:loadintoIframe('myframe', 'finance_comm.html')", "", 22, "center", "Finance", 0);

  	menus[2] = new menu(160, "vertical", 0, 0, -5,-5,  "#000066", "white", "Arial,Helvetica", 9, "","bold", "white", "#CC0000", 1, "maroon", 4,
 	"rollover:img/tri-right1.gif:img/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
 	menus[2].addItem("bulletinboard.html", "NEWWIN", 30, "center", "<img src='images/bulletin_board_1.gif'>", 0);
 	menus[2].addItem("messageboard", "NEWWIN", 30, "center", "<img src='images/Message_Boards_5.gif'>", 0);
   	menus[2].addItem("javascript:loadintoIframe('myframe','forms.html')", "", 50, "center", "Forms <img src='images/abstract.gif' align='middle'>", 0);
   	menus[2].addItem("javascript:loadintoIframe('myframe', 'suggestionbox.php')", "", 22, "center", "Suggestion Box", 0);
   	 	
     menus[3] = new menu(160, "vertical", 0, 0, -5,-5,  "#000066", "white", "Arial,Helvetica", 9, "","bold", "white", "#CC0000", 1, "maroon", 4,
 	"rollover:img/tri-right1.gif:img/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
 	menus[3].addItem("http://cwa-rmc7750.org/", "NEWWIN", 22, "center", "Retiree Chapter", 0);
 	menus[3].addItem("http://www.cwadistrict7.org/", "NEWWIN", 22, "center", "CWA District 7", 0);
 	menus[3].addItem("http://www.cwa-union.org/", "NEWWIN", 22, "center", "CWA National", 0);
 	menus[3].addItem("http://www.cwa-comtech.org/", "NEWWIN", 22, "center", "CWA ComTech", 0);
 	menus[3].addItem("http://www.cwa-att.com/", "NEWWIN", 40, "center", "CWA Bargaining Website", 0);
  	menus[3].addItem("http://www.unionprivilege.org/", "NEWWIN", 22, "center", "Union Plus", 0);
 	menus[3].addItem("http://www.cwastore.org/", "NEWWIN", 22, "center", "CWA Store", 0);
 	menus[3].addItem("http://www.triplestitch.com/Merchant4/merchant.mv?Screen=SFNT&Store_Code=TELECOM", "NEWWIN", 22, "center", "Pioneer Store", 0);
 	menus[3].addItem("http://www.mesotheliomaweb.org/mesothelioma.htm", "NEWWIN", 22, "center", "Mesothelioma Web", 0);
 	menus[3].addItem("http://www.adobe.com/products/acrobat/readstep2.html", "NEWWIN", 35, "center", "<img src='images/getacro.gif'>", 0);


 }