function info(image, w, h)
{
	window.status = " ";
	apercu = window.open("", "Apercu", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width="+w+",height="+h).document;
	apercu.location = "fiche.php?pic=" + image;
}

function fermer()
{
  window.close();
}

