function show_hidden(){
if(document.getElementById('template_1'))
	document.getElementById('template_1').style.display="block";
}

function change_mensen_active(id){
	document.getElementById('mensen_'+id).className="mensen_active";
	document.getElementById('mensen_picture_'+id).className="mensen_picture_active";
	
}

function change_mensen_inactive(id){
	document.getElementById('mensen_'+id).className="mensen_inactive";
	document.getElementById('mensen_picture_'+id).className="mensen_picture_inactive";
}

function change_mensen_active_2(id){
	document.getElementById('mensen_'+id).className="mensen_active_2";
	document.getElementById('mensen_picture_'+id).className="mensen_picture_active";
}

function change_mensen_inactive_2(id){
	document.getElementById('mensen_'+id).className="mensen_inactive_2";
	document.getElementById('mensen_picture_'+id).className="mensen_picture_inactive";
}

function change_project_active(id){
	document.getElementById('project_'+id).className="project_active";
	document.getElementById('project_picture_'+id).className="project_picture_active";
	
}

function change_project_active_2(id){
	document.getElementById('project_'+id).className="project_active_2";
	document.getElementById('project_picture_'+id).className="project_picture_active";
	
}
function change_project_inactive(id){
	document.getElementById('project_'+id).className="project_inactive";
	document.getElementById('project_picture_'+id).className="project_picture_inactive";
	
}

function change_project_inactive_2(id){
	document.getElementById('project_'+id).className="project_inactive_2";
	document.getElementById('project_picture_'+id).className="project_picture_inactive";
	
}
function change_prj_active(id){
	document.getElementById('project_'+id).className="project_left_side_thumb_over_active";
}

function change_prj_inactive(id){
	document.getElementById('project_'+id).className="project_left_side_thumb_over";
}
