function AfficheMenu(action,menu,titre)
{
    
		if(action == 1)
		{
		
		    menu.src=""
		
		}
		else
		{
		
		
		}
		
}

function Surbrillance(menu,action)
{

    if(action == true)
		{
		
		    document.getElementById("menu_"+menu).style.display="none";
				document.getElementById("menu_"+menu+"_1").style.display="block";
		
		}
		else
		{
		
		    document.getElementById("menu_"+menu).style.display="block";
				document.getElementById("menu_"+menu+"_1").style.display="none";
		
		}

} 

function OuvreAdmin(pageadmin,action,page,spage,section,param1,param2,param3)
{

    var ouvert = window.open("/cotrans/Pages/"+pageadmin+".php?action="+action+"&page="+page+"&spage="+spage+"&section="+section+"&param1="+param1+"&param2="+param2+"&param3="+param3,"Admin","resizable=yes, location=yes, width=700, height=500, menubar=no, scrollbars=yes");
    ouvert.focus();

}

function OuvrePopup(page,param1,param2,param3,param4,param5)
{

    var popup = window.open("/cotrans/Pages/"+page+"?param1="+param1+"&param2="+param2+"&param3="+param3+"&param4="+param4+"&param5="+param5,"Popup","resizable=yes, location=yes, width=700, height=500, menubar=no, scrollbars=yes");
    popup.focus();

}


function OuvreImage(chemin)
{

		var photo = window.open("/cotrans/Pages/affichephoto.php?chemin="+chemin,"photo"," width=200, height=200, toolbar=no, menubar=no, scrollbars=no, adressbar=no, resizable=no, location=no, directories=no, status=yes");
    photo.focus();

}

function FaceBook(lien)
{

		var facebook = window.open(lien.href,"Partager sur FaceBook"," width=500, height=400, toolbar=no, menubar=no, scrollbars=no, adressbar=no, resizable=no, location=no, directories=no, status=yes");
    facebook.focus();

}
