/*
  --- 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 = [
	 ['HOME', 'index.html'],
	
		['ABOUT US', null, null,
			['Staff', 'staff_08.html'],
	        ['Directors Message', 'DirectorsMessage_08.html'],               
			['Mission and Preamble', 'mission_preamble.html',],		
			['History of ACJF', 'history_2008.html'],
			['Media', null, null,
		 		['Press Releases', 'Press_Releases.html'],
				['Newsletters', 'Newsletters.html'],
				['Videos', 'video.html'],
			],
			['Ethical Principles', 'Word_Files/Statement_of_Ethical_Principles.pdf'],
			['Contact Us', 'contact_us.html'],
	    ],	
	
	['GRANTS', null, null,		
        ['About Our Grants','about_our_grants_2010.html'],
		['Grant Applications',null,null,
		 	 ['Competive Grant', 'Grant_Application/2010_competitive_grant_application_write.pdf'],
		     ['Justice Grant','Grant_Application/2010_justice_grant_application_write.pdf'],
		 ],	   		 
		 ['Core Standards','Grant_Application/Core_Operating_Standards.pdf'],
			
		  ['Capacity Bldg Info',null,null,		
		          ['Effective Capacity Bldg','http://www.venturephilanthropypartners.org/learning/reports/capacity/capacity.html'],
		           ['Organizational Assessment','Nonprofit_Organizational_Assessment.pdf'],		
	     ],
		
		
		['Grant Report Forms',null,null,
		 ['Report Guidelines', 'Grant_Application/Report_Forms/Mid_Final_Report_Guidelines_08.pdf'],
		 ['Mid Year Report Form',null,null,
		     ['Operational Grants', 			  'Grant_Application/Report_Forms/MID_Report_08_OperatingExpenses.pdf'],
		     ['Capacity Building Grants', 'Grant_Application/Report_Forms/MID_Report_08_CapacityBuilding.pdf'],
		 ], 
		['Final Report Form',null,null,
		        ['Operational Grants', 'Grant_Application/Report_Forms/FINAL_Report_08_OperatingExpenses.pdf'],
		        ['Capacity Building Grants', 			'Grant_Application/Report_Forms/FINAL_Report_08_CapacityBuilding.pdf'],				 
		 ],	
		 ],
		['Grants Awarded',null,null,
		 ['May 2009','may2009.html'],
		 ['May 2008','may2008.html'],
		 ['December 2006','dec2006.html'],
		 ['December 2005','dec2005.html'],
		 ['December 2004','dec2004.html'],
		 ['December 2002','dec2002.html'],
		 ['December 2001','dec2001.html'],
		 ['December 2000', 'dec2000.html'],
		 ['June 2000', 'june2000.html'],	
		 ['December 1999', 'dec1999.html'],
		],
	],
	
	['MEMBERS', null, null,
		['Board Members','board_members.html'],
		['Participating Members','part_memb.html'],
    	['AL Association for Justice','AL_Association_For_Justice.html'],
	],
	['CONTRIBUTIONS', null, null,
		['Ways to Give', 'Ways_To_Give.html' ],
		['Contributors',null,null,
		  ['Increasing Our Interest', 'IOI_Circle_of_Contributors.html'],
		  ['Memorials', 'Memorials.html'],
		  ['Donor Advised Funds', 'donor_advised.html'],
		  ['Special Projects', 'special_projects.html'],
		  ['Planned Gifts', 'Planned_Gifts.html'],
		  ['cy pres Awards', 'cy_pres_awards.html'],
	],	
        ['Golf Tournament',null,null,
		 ['Golf Tournament 08', 'GolfTournament_08.html'],
         ['Golf Pictures', 'Golf_Pictures_2007.html'],
		  
       ], 
		 
		 ['Donate', 'mem_donation.html'],
		  
       
		
	],	
	['IOLTA', null, null,
		['Questions & Answers', 'faq.html'],
		['IOLTA Rule 1.15', 'IOLTA/Rule_115_current.pdf'],	
		['IOLTA FAQ', 'FAQ_IOLTA.pdf'],
		['IOLTA Form','IOLTA/IOLTA_Establishment_Form_2010.pdf'],
		['Bank Remittance Form','IOLTA/IOLTA_Bank_Remittance_Form.pdf'],
		['Financial Handbook','IOLTA/ACJF_Handbook_for_Financial_Institutions_2010_Revised.pdf'],
	],
		['ANNISTON','anniston_page.htm'],	
];

