// JavaScript Document

	
	//This function switches the left menu so it is in accordance with the section choosen
	function switchLeftMenu(menuFile){
		try{
			window.parent.frames[1].location.href =menuFile;//"sections/left_menu_project.html";
		}catch(error){
			return;
		}
	}


