
function accueilGroup(){
cachesousmenugroupe();
document.getElementById("menu").innerHTML="<ul class='niveau1'>"+
      "<li>"+"<a href='#' onClick='motdupdg()'>"+"Le mot du PDG</a>"+"</li>"
           +"<li >"+"<a href='#' onClick='historique()'>"+"Historique du groupe"+"</a>"+
            
            "<li>"+"<a href='#'  onClick='dirigeants()'>"+"Dirigeants 2009"+"</a>"+"</li>"
            +"<li>"+"<a href='#' onClick='chiffrecles()'>"+"Chiffres cles"+"</a>"+"</li>"
            +"<li>"+"<a href='#' onClick='dev_durable()'>"+"Developpement Durable"+"</a>"+"</li>"
             +"<li>"+"<a href='#'>"+"Valeurs"+"</a>"+"</li>"			
            +"</li></ul>";

var menu=document.getElementById("menu");
    menu.style.visibility="visible";
    
}



function accueilsocietemarque(){
	cachesociete();
	document.getElementById("menu").innerHTML="<ul class='niveau1'>"+
    "<li>"+"<a href='#' onmouseover='+constructions()' >"+"Dameca Construction</a>"+"</li>"
    +"<li >"+"<a href='#'onmouseover='+Papeterie()'>"+"Dameca Papeterie"+"</a>"+
     
     "<li>"+"<a href='#' onmouseover='+Bois()'>"+"Dameca Bois"+"</a>"+"</li>"
     +"<li>"+"<a href='#' onmouseover='+industries()'>"+"Dameca Industries"+"</a>"+"</li>"
      +"<li>"+"<a href='#' onmouseover='+demecatrading()'>"+"Dameca Trading"+"</a>"+"</li>"
      +"<li>"+"<a href='#' onmouseover='+demecamarket()'>"+"Dameca Market"+"</a>"+"</li>"
      +"<li>"+"<a href='#' onmouseover='+Scad()'>"+"Scad"+"</a>"+"</li>"
      +"<li>"+"<a href='#'onmouseover='+Khordia()'>"+"Khordia"+"</a>"+"</li>"
      +"<li>"+"<a href='#'onmouseover='+kmines()'>"+"Kmines"+"</a>"+"</li>"
      +"<li>"+"<a href='#'onmouseover='+Goodspeed()'>"+"Good Speed"+"</a>"+"</li>"
      +"<li>"+"<a href='#'>"+"Socajel"+"</a>"+"</li>"
      +"<li>"+"<a href='#'>"+"Ocarat"+"</a>"+"</li>"
     +"</li></ul>";;	
	
     var menu=document.getElementById("menu");
     menu.style.visibility="visible";
}

function Relationspartenariat(){
	
	document.getElementById("menu").innerHTML="<ul class='niveau1'><li><a href='#' >Fournisseurs</a> </li></ul>";
	document.getElementById("menu").style.visibility="visible";
    
}



function cachemenu(){	
	
    document.getElementById("menu").style.visibility="hidden";		
}

function cachesousmenugroupe(){
  var sousmenu=document.getElementById("menugroupe");
  sousmenu.style.visibility="hidden";
}


function sousmenugroupe(){
  var sousmenu=document.getElementById("menugroupe");
  sousmenu.style.visibility="visible";
  
}


function cachesociete(){	
   document.getElementById("menusociete").style.visibility="hidden";	
}


function sousmenusociete(){
	document.getElementById("menusociete").style.visibility="visible";	
}

function demecamarket(){
	
	var Market=document.getElementById("header").style.backgroundImage="url('banniere/market.gif')";
	document.getElementById("lebody").style.backgroundColor="#102D6C";
	document.getElementById("cont").innerHTML="<h2>DAMECA MARKET</h2>" +
			"<p><img src='logo-gif/market.gif'  id='market'></img> <p>" +
			"<p id='intro'>Dameca market est specialisé dans la distribution agro-alimentire" +
			"un supermaché ou l'on peut retrouver tous les aliments necessaires </p>"; 
}


function demecatrading(){
	
	var Trading=document.getElementById("header").style.backgroundImage="url('banniere/Trading.gif')";
	document.getElementById("lebody").style.backgroundColor="#102D6C";
	document.getElementById("cont").innerHTML="<h2>DAMECA TRADING</h2>"; 
}

function Scad(){
	
	document.getElementById("header").style.backgroundImage="url('banniere/scad.gif')";
	document.getElementById("lebody").style.backgroundColor="#759823";
	document.getElementById("cont").innerHTML="<h2>SCAD</h2>"; 
        
}

function industries(){
	var Industries=document.getElementById("header").style.backgroundImage="url('banniere/industries.gif')";
	    document.getElementById("lebody").style.backgroundColor="#102D6C";
	    document.getElementById("cont").innerHTML="<h2>DAMECA INDUSTRIES</h2>";
}


function Bois()
{
	
	document.getElementById("header").style.backgroundImage="url('banniere/bois.gif')";
	document.getElementById("lebody").style.backgroundColor="#102D6C";
	document.getElementById("cont").innerHTML="<h2>DAMECA BOIS</h2>";   
}

function Papeterie(){
	
	document.getElementById("header").style.backgroundImage="url('banniere/papeterie.png')";
	document.getElementById("lebody").style.backgroundColor="#102D6C";
	document.getElementById("cont").innerHTML="<h2>DAMECA PAPETERIE</h2>";
	
}


function constructions()
{
	var Industries=document.getElementById("header").style.backgroundImage="url('banniere/construction.gif')";
	document.getElementById("lebody").style.backgroundColor="#102D6C";
	document.getElementById("cont").innerHTML="<h2>DAMECA CONSTRUCTION</h2>";   
}

function Khordia(){
	
	    document.getElementById("header").style.backgroundImage="url('banniere/khordia.gif')";
        document.getElementById("lebody").style.backgroundColor="#EEEEEE";
        document.getElementById("cont").innerHTML="<h2>KHORDIA</h2>"; 
}


function kmines(){
	
	    document.getElementById("header").style.backgroundImage="url('banniere/kmines.gif')";
	    document.getElementById("lebody").style.backgroundColor="#EEEEEE";
	    document.getElementById("cont").innerHTML="<h2>KMINES</h2>"; 
}

function Goodspeed(){
	
	document.getElementById("header").style.backgroundImage="url('banniere/goodspeed.gif')";
    document.getElementById("lebody").style.backgroundColor="#EEEEEE";
    document.getElementById("cont").innerHTML="<h2>GOOD SPEED</h2>"; 
}

function emplois(){
	
	window.open("emplois.php","Liste emplois","width=592, height=600,resizable=0, scrollbars=0, menubar=0, status=1, location=1, toolbar=0");
	
}
