function submenuClick(elem){
	var linked = document.getElementById(elem);
	window.location.href = linked;
}