// Script principal

// Fonction d'agrandissement
function magnify(image)
{
	window.open(image, "Zoom", config = "width=820, height=620");
}