function show_about()
{
	window.location.href='index.shtml';
}
function show_apply()
{
	window.location.href='application.shtml';
}
function show_volunteer()
{
	window.location.href='volunteer.shtml';
}
function show_support()
{
	window.location.href='support_habitat.shtml';
}
function show_current()
{
	window.location.href='building_sites.shtml';
}
function show_events()
{
	window.location.href='events.shtml';
}
function show_news()
{
	window.location.href='news.shtml';
}
function show_family()
{
	window.location.href='family_support.shtml';
}
function show_restore()
{
	window.location.href='restore.shtml';
}