/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['<img src="include/FAC_links2.gif" border="0" >', '', null,
	],
	['', '', null,
	],
	['<img src="include/blue_ball.gif" border="0"> Home...','index.html', {'tw' : '_self'},
		['About Us','AboutUs.html', {'tw' : '_self'}],
		['Contact Us','ContactUs.html', {'tw' : '_self'}],
		['Directions','Directions.html', {'tw' : '_self'}],
		['Schedule of Services','Services.html', {'tw' : '_self'}],
		['Calendar of Events','Calendar.html', {'tw' : '_self'}],
		['What\'s New','WhatsNew.html', {'tw' : '_self'}],
		['Khatchkar','Khatchkar.html', {'tw' : '_self'}],
	],
	['<img src="include/blue_ball.gif" border="0"> Our Pastor', 'OurPastor.html', null,
	],
	['<img src="include/blue_ball.gif" border="0"> From The Minister...','March2007Message.html', {'tw' : '_self'},
 		['March 2007 Message','March2007Message.html', {'tw' : '_self'}],
	 	['January 2007 Message','January2007Message.html', {'tw' : '_self'}],
  		['December 2006 Message','December2006Message.html', {'tw' : '_self'}],
 		['November 2006 Message','November2006Message.html', {'tw' : '_self'}],
		['October 2006 Message','October2006Message.html', {'tw' : '_self'}],
 		['September 2006 Message','September2006Message.html', {'tw' : '_self'}],	
		['July/August 2006 Message','July-August2006Message.html', {'tw' : '_self'}],		
   	 	['June 2006 Message','June2006Message.html', {'tw' : '_self'}],
  	 	['May 2006 Message','May2006Message.html', {'tw' : '_self'}],

 		
	],
	['<img src="include/blue_ball.gif" border="0"> Sermons', 'Sermons.html?0', null,
	],		
	['<img src="include/blue_ball.gif" border="0"> Christian Education','ChristianEd.html', {'tw' : '_self'},
	],
	['<img src="include/blue_ball.gif" border="0"> Choir','FAC_Choir.html', {'tw' : '_self'},
	],
	['<img src="include/blue_ball.gif" border="0"> Women\'s Fellowship', 'WomensFellowship.html', null,
	],
	['<img src="include/blue_ball.gif" border="0"> Young Adults', 'YoungAdultsFellowship.html', null,
	],
	['<img src="include/blue_ball.gif" border="0"> Youth Group', 'http://facbelmont.org/JYG/', null,
	],
	['<img src="include/blue_ball.gif" border="0"> What We Believe...','', {'tw' : '_self'},
		['Statement of Faith','StatementOfFaith.html', {'tw' : '_self'}],
		['Nicene Creed','NiceneCreed.html', {'tw' : '_self'}],
		['Apostles\' Creed','ApostlesCreed.html', {'tw' : '_self'}],
	],
	['<img src="include/blue_ball.gif" border="0"> AMAA Directory', 'AMAA_2006_Directory.html', null,
	],
	['<img src="include/blue_ball.gif" border="0"> Creation - Evolution', 'DesignedForHisGlory.html', null,
	],
	['', '', null,
	],
	['<img src="include/Community_links2.gif" border="0" >', '', null,
	],
	['', '', null,
	],
	['<img src="include/blue_ball.gif" border="0"> Christian Links', 'Community_ChristianLinks.html', null,
	],
	['<img src="include/blue_ball.gif" border="0"> Armenian Links', 'Community_ArmenianLinks.html', null,
	],
	['<img src="include/blue_ball.gif" border="0"> Boston Area Links','Community_BostonAreaLinks.html', {'tw' : '_self'},
	],	
	['', '', null,
	],
	['<img src="include/FAC_archives.gif" border="0" >', '', null,
	],
	['', '', null,
	],
	['<img src="include/blue_ball.gif" border="0"> 2006', '',  {'tw' : '_self'},
		['Family Night 2006','FamilyNight2006.html', {'tw' : '_self'}],
		['Father\'s Day Picnic','FathersDayPicnic2006.html', {'tw' : '_self'}],
		['Youth Sunday','FAC_Youth_Sunday.html', {'tw' : '_self'}],
		['Couples\' Candlelight Dinner','FellowshipOfTheRings.html', {'tw' : '_self'}],
	],	
	['<img src="include/blue_ball.gif" border="0"> 2005', '',  {'tw' : '_self'},
 		['AEWF 2005 Group Photo', 'AEWF_2005_Group_Photo.html', {'tw' : '_self'}],
		['Christmas Slideshows', '2005_Christmas.html', {'tw' : '_self'}],
	],
];


