                                                                                              
// declare array
menuData = new Array()
for (i=0; i < 6; i++) {
	menuData[i] = new Array(40)
	for (j=0; j < 20; j++) {
		menuData[i][j] = new Array(2)}}

// enter navigation data into array
// Office
menuData[0][0][0]="&nbsp;Contact Us";
menuData[0][0][1]="http://www.eastsideintergroup.org/office.html";
menuData[0][1][0]="&nbsp;Literature";
menuData[0][1][1]="http://www.eastsideintergroup.org/literature.html";
menuData[0][2][0]="&nbsp;Meeting Minutes";
menuData[0][2][1]="http://www.eastsideintergroup.org/minutes.html";
menuData[0][3][0]="&nbsp;By-Laws";
menuData[0][3][1]="http://www.eastsideintergroup.org/literature/bylaws.html";

// enter navigation data into array
// Meetings
menuData[1][0][0]="&nbsp;Sunday";
menuData[1][0][1]="http://www.eastsideintergroup.org/cgi-bin/meeting_search.cgi?searchday=sunday";
menuData[1][1][0]="&nbsp;Monday";
menuData[1][1][1]="http://www.eastsideintergroup.org/cgi-bin/meeting_search.cgi?searchday=monday";
menuData[1][2][0]="&nbsp;Tuesday";
menuData[1][2][1]="http://www.eastsideintergroup.org/cgi-bin/meeting_search.cgi?searchday=tuesday";
menuData[1][3][0]="&nbsp;Wednesday";
menuData[1][3][1]="http://www.eastsideintergroup.org/cgi-bin/meeting_search.cgi?searchday=wednesday";
menuData[1][4][0]="&nbsp;Thursday";
menuData[1][4][1]="http://www.eastsideintergroup.org/cgi-bin/meeting_search.cgi?searchday=thursday";
menuData[1][5][0]="&nbsp;Friday";
menuData[1][5][1]="http://www.eastsideintergroup.org/cgi-bin/meeting_search.cgi?searchday=friday";
menuData[1][6][0]="&nbsp;Saturday";
menuData[1][6][1]="http://www.eastsideintergroup.org/cgi-bin/meeting_search.cgi?searchday=saturday";
menuData[1][7][0]="&nbsp;advanced search";
menuData[1][7][1]="http://www.eastsideintergroup.org/advanced_search.html";

// enter navigation data into array
// Fellowship
menuData[2][0][0]="&nbsp;Events";
menuData[2][0][1]="http://www.eastsideintergroup.org/events.html";
menuData[2][1][0]="&nbsp;Stories";
menuData[2][1][1]="http://www.eastsideintergroup.org/stories.html";
menuData[2][2][0]="&nbsp;&nbsp;&nbsp;Old Stories";
menuData[2][2][1]="http://www.eastsideintergroup.org/stories/archive.html";
menuData[2][3][0]="&nbsp;Fun & Games";
menuData[2][3][1]="http://www.eastsideintergroup.org/fun.html";

// enter navigation data into array
// Committees
menuData[3][0][0]="&nbsp;Corrections";
menuData[3][0][1]="http://www.eastsideintergroup.org/committees/corrections.html";
menuData[3][1][0]="&nbsp;Grapeving & Literature";
menuData[3][1][1]="http://www.eastsideintergroup.org/committees/grapevine.html";
menuData[3][2][0]="&nbsp;Treatment Facilities";
menuData[3][2][1]="http://www.eastsideintergroup.org/committees/hospitals.html";
menuData[3][3][0]="&nbsp;Hotline";
menuData[3][3][1]="http://www.eastsideintergroup.org/committees/hotline.html";
menuData[3][4][0]="&nbsp;Newsletter";
menuData[3][4][1]="http://www.eastsideintergroup.org/committees/newsletter.html";
menuData[3][5][0]="&nbsp;PI/CPC";
menuData[3][5][1]="http://www.eastsideintergroup.org/committees/picpc.html";
menuData[3][6][0]="&nbsp;Web Page";
menuData[3][6][1]="http://www.eastsideintergroup.org/committees/webpage.html";

// enter navigation data into array
// Resources
menuData[4][0][0]="&nbsp;Travel";
menuData[4][0][1]="http://www.eastsideintergroup.org/travel.html";
menuData[4][1][0]="&nbsp;New to AA";
menuData[4][1][1]="http://www.eastsideintergroup.org/newtoaa.html";
menuData[4][2][0]="&nbsp;New Group";
menuData[4][2][1]="http://www.eastsideintergroup.org/newgroup.html";
menuData[4][3][0]="&nbsp;Service Opportunities";
menuData[4][3][1]="http://www.eastsideintergroup.org/service.html";
menuData[4][4][0]="&nbsp;Districts";
menuData[4][4][1]="http://www.eastsideintergroup.org/districts/esig_districts.html";
menuData[4][5][0]="&nbsp;FAQ's";
menuData[4][5][1]="http://www.eastsideintergroup.org/faq.html";
menuData[4][6][0]="&nbsp;7th Tradition";
menuData[4][6][1]="http://www.eastsideintergroup.org/treasurer.html";

// enter navigation data into array
// Districts
menuData[5][0][0]="&nbsp;34 - Redmond/Bellevue";
menuData[5][0][1]="http://www.eastsideintergroup.org/districts/esig_districts.html#district34";
menuData[5][1][0]="&nbsp;35 - Issaquah";
menuData[5][1][1]="http://www.eastsideintergroup.org/districts/esig_districts.html#district35";
menuData[5][2][0]="&nbsp;36 - Snoqualmie";
menuData[5][2][1]="http://www.eastsideintergroup.org/districts/esig_districts.html#district36";
menuData[5][3][0]="&nbsp;38 - Kirkland";
menuData[5][3][1]="http://www.eastsideintergroup.org/districts/esig_districts.html#district38";
menuData[5][4][0]="&nbsp;39 - Woodinville/Bothell";
menuData[5][4][1]="http://www.eastsideintergroup.org/districts/esig_districts.html#district39";
