function init2()
{
	menus[0] = new menu(30, "horizontal", 460, 360, 0, -2, "#000066", "white", "Arial,Helvetica", 9, "bold","bold", "white", "red", 2, "maroon", 4,
	"rollover:img/tri-down2.gif:img/tri-down1.gif", false, true, true, false, 0, true, 4, 4, "black");
	menus[0].addItem("#", "", 100, "center", "Meetings", 1);
	menus[0].addItem("#", "", 100, "center", "Membership", 2);
	menus[0].addItem("#", "", 100, "center", "Committees", 3);
	menus[0].addItem("#","",100, "center", "Links", 4);
	menus[0].floatMenu(1280, 1024, 10, 0);
	
	menus[1] = new menu(120, "vertical", 0, 0, 1, 0,  "#000066", "white", "Arial,Helvetica", 9, "","bold", "white", "red", 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', 'schedule.html')", "", 22, "center", "Schedule", 0);
   	menus[1].addItem("pdf/minutes13JAN2010.pdf", "NEWWIN", 50, "center", "Minutes <BR>(13 Jan 2010) <img src='images/pdf.gif'>", 0);
  	menus[1].addItem("pdf/minutes.pdf", "NEWWIN", 50, "center", "Minutes <BR>(Current) <img src='images/pdf.gif'>", 0);
  	//menus[1].addItem("minutes-eboard-121807.pdf)", "NEWWIN", 35, "center", "E-board Minutes <img src='images/pdf.gif'>", 0);

  	menus[2] = new menu(160, "vertical", 0, 0, -5,-5,  "#000066", "white", "Arial,Helvetica", 9, "","bold", "white", "red", 1, "maroon", 4,
 	"rollover:img/tri-right1.gif:img/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
   	menus[2].addItem("javascript:loadintoIframe('myframe','dues.html')", "",22, "center", "Membership Dues", 0);
   	menus[2].addItem("javascript:loadintoIframe('myframe', 'join.html')", "", 22, "center", "Join RMC#7750", 0);
   	menus[2].addItem("javascript:loadintoIframe('myframe', 'bylaws.html')", "", 22, "center", "Bylaws", 0);
 	menus[2].addItem("contact.cgi", "NEWWIN", 35, "center", "Enter YOUR Contact Info", 0);
 	menus[2].addItem("gateway.cgi", "NEWWIN", 22, "center", "Executive Page", 0);   	
 	
  	menus[3] = new menu(100, "vertical", 0, 0, -5,-5,  "#000066", "white", "Arial,Helvetica", 9, "","bold", "white", "red", 1, "maroon", 4,
 	"rollover:img/tri-right1.gif:img/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
   	menus[3].addItem("javascript:loadintoIframe('myframe','election_comm.html')", "", 22, "center", "Election", 0);
   	menus[3].addItem("javascript:loadintoIframe('myframe', 'bylaws_comm.html')", "", 22, "center", "Bylaws", 0);
   	menus[3].addItem("javascript:loadintoIframe('myframe', 'membership_comm.html')", "", 22, "center", "Membership", 0);
   	 	
     menus[4] = new menu(160, "vertical", 0, 0, -5,-5,  "#000066", "white", "Arial,Helvetica", 9, "","bold", "white", "red", 1, "maroon", 4,
 	"rollover:img/tri-right1.gif:img/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
 	menus[4].addItem("http://www.cwa-union.org/rmc/rmc/rmc-chapters/", "NEWWIN", 22, "center", "RMC Chapters", 0);
 	menus[4].addItem("http://cwa7750.org/", "NEWWIN", 22, "center", "CWA 7750", 0);
 	menus[4].addItem("http://www.cwadistrict7.org/", "NEWWIN", 22, "center", "CWA District 7", 0);
 	menus[4].addItem("http://www.cwa-union.org/", "NEWWIN", 22, "center", "CWA National", 0);
 	menus[4].addItem("http://www.cwa-comtech.org/", "NEWWIN", 22, "center", "CWA ComTech", 0);
 	menus[4].addItem("http://www.cwa-att.com/", "NEWWIN", 40, "center", "CWA Bargaining Website", 0);
 	menus[4].addItem("http://www.unionprivilege.org/", "NEWWIN", 22, "center", "Union Plus", 0);
 	menus[4].addItem("http://www.cwastore.org/", "NEWWIN", 22, "center", "CWA Store", 0);
 	menus[4].addItem("http://www.triplestitch.com/Merchant4/merchant.mv?Screen=SFNT&Store_Code=TELECOM", "NEWWIN", 22, "center", "Pioneer Store", 0);
 	menus[4].addItem("http://att-luncheon.com", "NEWWIN", 22, "center", "ATT Retiree Luncheon", 0);
 	menus[4].addItem("http://www.att-retirees.org/", "NEWWIN", 22, "center", "ACER", 0);
 	menus[4].addItem("http://www.retiredamericans.org/", "NEWWIN", 22, "center", "Alliance for Retired Americans", 0);
 	menus[4].addItem("http://www.nrln.org", "NEWWIN", 22, "center", "National Retiree Legislative Network", 0);
 	menus[4].addItem("http://www.adobe.com/products/acrobat/readstep2.html", "NEWWIN", 35, "center", "<img src='images/getacro.gif'>", 0);


 }