/* Tigra Menu items structure */
var MENU_ITEMS = [
	[wi('what'), 'index.html', null,
		[wi('servants'), 'servants.html', {'tt':'Check the ways you can serve'},
			[wi('youth'), 'youth.html', null,
				[wi('LandS'), 'learnandserve\\index.html'],
				[wi('retreats'), 'retreats.html'],
				[wi('cares'), 'cares.html']
			],
			[wi('mteams'), 'teams.html', {'tt':'SIFAT teams provide service opportunities for volunteers'},
				[wi('ala'), 'ala.html', {'tt':'Opportunities for service and training are available at our home campus in Lineville, AL'}],
				[wi('bolivia'), 'bolivia.html'],
				[wi('ecuador'), 'ecuador.html']
			],
			[wi('team_leader'), 'tlinfo.html', {'tt':'Important info, forms and news for team leaders'}]
		],
		[wi('faith'), 'faith.html', {'tt':'Explore ways to put your faith into action'},
			[wi('where'), 'where.html', {'tt':'See where you can put your faith into action'},
				[wi('ala'), 'ala.html', {'tt':'Opportunities for service and training are available at our home campus in Lineville, AL'}],
				[wi('bolivia'), 'bolivia.html'],
				[wi('ecuador'), 'ecuador.html'],
				[wi('phil'), 'philippines.html']
			],
			[wi('about'), 'about.html', null,
				[wi('history'), 'about.html', {'tt':'Learn the story of the beginning of SIFAT'}],
				[wi('stories'), 'stories.html', {'tt':'Amazing stories from the mission experience of Ken and Sarah Corson'}],
				[wi('video'), 'video.html', {'tt':'Be inspired by the work that God is doing through mission'}]
			],
			[wi('involved2'), 'support.html', {'tt':'Check out ways you can support the work of SIFAT around the world'}]
		],
		[wi('tech'), 'tech.html', null,
			[wi('ala'), 'ala.html', {'tt':'AppropriateTechnology is at the heart of the work of SIFAT'}],
			[wi('app_tech'), 'apptech.html', {'tt':'Training in appropriate technology for both missioners and international students.'}],
			[wi('em'), 'emaillist.html', {'tt':'Sign up to receive automatic notification of the latest mission needs and news'}]
		]
	],
	[wi('who'), 'about.html', {'tt':'Who is SIFAT?  How did it start?  What does it do now?'},
			[wi('history'), 'about.html', {'tt':'Learn the story of the beginning of SIFAT'}],
			[wi('stories'), 'stories.html', {'tt':'Amazing stories from the mission experience of Ken and Sarah Corson'}],
			[wi('video'), 'video.html', {'tt':'Be inspired by the work that God is doing through mission'}]
			],
	[wi('faqs'), 'faqs.html', {'tt':'Frequently Asked Questions'},
			[wi('faqsls'), 'faqs_lands.html', {'tt':'FAQs about Learn and Serve'}],
			[wi('faqstrng'), 'faqs_training.html', {'tt':'FAQs about Training and Practicums'}]
			],
	[wi('trng'), 'prac.html', {'tt':'Check out our scheduled training events'},
			[wi('health'), 'prac.html', {'tt':'Wonderful training in health care issues and new technologies for the developing world'}],
			[wi('tm_trng'), 'tlinfo.html', {'tt':'Learn mission skills and gain cultural understanding for service'}]
	],
	[wi('teams'), 'teams.html', {'tt':'Team leaders get your forms and info here'}],
	[wi('news'), 'news.html', {'tt':'The latest news about training, ongoing projects, and mission news'}],
	[wi('contacts'), 'contacts.html', {'tt':'Get in touch with us'},
		[wi('ask'), 'ask.html', {'tt':'Who should I contact for answers?'}],
		[wi('em'), 'emaillist.html', {'tt':'Sign up to receive automatic notification of the latest mission needs and news'}]
		],	
	[wi('involved'), 'support.html', {'tt':'See how you can help'}],
	[wi('blog'), 'http://www.sifat.org/wordpress/index.php', {'tt':'Check out our blog!'}],
	[wi('donate'), 'donate.html', {'tt':'Donate to the work of SIFAT'}]
];

function wi (s_img) {
	return [
		'<img src="img/' + s_img + '.gif" border="0">',
		'<img src="img/' + s_img + '_ro.gif" border="0">',
		'<img src="img/' + s_img + '_ro.gif" border="0">'
	];
}