function setMenu(key){
	$key = '';
	$('subnav_resources').style.display = 'none';
	$('subnav_about').style.display = 'none';
	$('subnav_calendar').style.display = 'none';
	$('subnav_join').style.display = 'none';
	$('subnav_'+key).style.display = 'block';
}
