function menu(id){
	var div = document.getElementById("menuPage");
	html = '<div style="margin-top: 50px;" align="center"><img src="Z-files/iconSection3.jpg"></div>';
	if(div){
		div.innerHTML = html;
	}
}


