/* ouverture des fenetres en pop up*/

function popupzoom(imgsrc,l,h){

	window.open("zoom.html?image="+imgsrc,"","width="+l+", height="+(h+20));

}