function popImg (img){
	window.open(img,"photo","height=470, width=570");
}

function galerie(img){
	window.open("view.php?image="+img,"galerie", "height=440, width=540")
}

function envoyerAmi(prod){
	window.open("../../envoyez.php?prod="+prod,"envoyez","height=375, width=300, resizable=no");
}