
function zoom(objImg)
  { source=objImg.getAttribute("src");
	  textAlt=objImg.getAttribute("alt");
		imgZoom=document.createElement("img");
		imgZoom.setAttribute("src", source);
		imgZoom.setAttribute("alt", textAlt);
		legende=document.createTextNode(textAlt);
		retourLigne=document.createElement("p");
		divZoom=document.getElementById("divImage");
		divZoom.appendChild(imgZoom);
		divZoom.appendChild(retourLigne);
		divZoom.appendChild(legende);
		divZoom.style.visibility="visible";
	}
		
function cache()
  { divZoom=document.getElementById("divImage");
	  divZoom.style.visibility="hidden";
		while (divZoom.hasChildNodes())
		 {
		  divZoom.removeChild(divZoom.firstChild);
		 }
	}
	
function omus()
 { fen=window.open("galerie/omus.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
 
function omelette()
 { fen=window.open("galerie/omelette.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }  
	
function lettre()
 { fen=window.open("galerie/lettre.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
	
function chantage()
 { fen=window.open("galerie/chantage.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
	
function findm()
 { fen=window.open("galerie/findm.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
 
 
	
function musiciens()
 { fen=window.open("galerie/musiciens.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
	
function job()
 { fen=window.open("galerie/job.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
	
function passe()
 { fen=window.open("galerie/passe.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
	
function harley()
 { fen=window.open("galerie/harley.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
	
function mariage()
 { fen=window.open("galerie/mariage.html", "2", "left=160, top=20, scrollX=160, scrollY=20, width=630, height=520") }
