/* ouverture des fenetres en pop up*/

function popupzoom(imgsrc,l,h){

	window.open("html/zoom.html?image="+imgsrc,"","width="+l+", height="+(h+20));

}
