// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['HOME','http://www.k9alert.org/', {'tw' : '_parent'},
			],
	['SAR FAQs', null, null,
['Family Dog Digest','http://www.k9alert.org/familydogdigest.html', {'tw' : 'content'}],		
['USAR FAQs','http://www.k9alert.org/usarfaqs.html', {'tw' : 'content'}],
['K-9 ALERT FAQs','http://www.k9alert.org/faqs.html', {'tw' : 'content'}],
 ['Training Aids & Weather Forecasts','forecast.html', {'tw' : 'content'}],
	],
	
	
	
	
	
	
	['HOW TO JOIN','req.html', {'tw' : 'content'},
	 
	],

          ['ACTIVE MEMBERS','meetus.html', {'tw' : 'content'},
		          ['Danny','meetus.html#dan', {'tw' : 'content'}],
                  ['Kim Bidwell','meetus.html#kim', {'tw' : 'content'}],
                  ['Pete','meetus.html#pet', {'tw' : 'content'}],
                  ['Carmen','meetus.html#car', {'tw' : 'content'}],
                  ['Rachel','meetus.html#rac', {'tw' : 'content'}],
                  ['Rick','meetus.html#rick', {'tw' : 'content'}],
				  ['Scott','meetus.html#sas', {'tw' : 'content'}],
                  ['Joe','meetus.html#joe', {'tw' : 'content'}],
                  ['Von','meetus.html#von', {'tw' : 'content'}],
                  ['David','meetus.html#david', {'tw' : 'content'}],
				  ['Diane','meetus.html#diane', {'tw' : 'content'}],
				  ['Shelia','meetus.html#shelia', {'tw' : 'content'}],
				  ['Kim Barton','meetus.html#k2', {'tw' : 'content'}],
				  ['John','meetus.html#john', {'tw' : 'content'}]
				   

         ],

['FORMER&RETIRED TEAMS','meetus1.html', {'tw' : 'content'}, ],


		['PHOTOS & VIDEOS', null, null,
		['GROUP PHOTOS','GroupPhoto.html', {'tw' : 'content'}],
		['GROUP VIDEO','media.html', {'tw' : 'content'}],
		['GROUP TRIBUTE','/images/gallery/tribute/xmlphotoalbum.html', {'tw' : 'content'}]
		
	],
              ['Help Wanted','yourtime.html', {'tw' : 'content'},
         ],

                  ['Donations & Sponsors', null, null,
		['Make a Donation','donate.html', {'tw' : 'content'}],
		['Our Sponsors','sponsors.html', {'tw' : 'content'}],
		['Nonprofit', '501c3.html', {'tw' : 'content'}],
		
	],
   
                  ['Links/Add A Link','links.html', {'tw' : 'content'},
],
                  ['Site Index','contents.html', {'tw' : 'content'},
],
                  ['Members Area','http://www.aeroind.com/k9alert/members.html', {'tw' : 'content'},
],
                  ['Contact Us','faqs.html', {'tw' : 'content'},
],
              ['Search', null, null,
		['Site Search','search.html', {'tw' : 'content'}],
		['Internet Search','http://www.easysearcher.com/', {'tw' : 'content'}]
		
	],

      
 
				



];