function popImage(img, large, haut){
	var dimensions = "width="+large+" height="+haut;
	image = window.open("about:blank", "", dimensions);
	image.document.write("<html><head><title>Models</title></head><body leftmargin=0 topmargin=0 widthmargin=0 heightmargin=0 bgcolor='#000000'><table width='100%' height='100%' cellpadding=0 cellspacing=0><tr><td align='center' valign='middle'><img src='images_HR/"+img+"'></td></tr></table></body>");
}
