// Redirection vers frames
if (top.location==location) {
	var pagelocation =  location.href;
	var pos = pagelocation.indexOf("imagesdeparfums.fr/");
	var newlocation = pagelocation.substring(pos + 19, pagelocation.length);
	top.location.href="http://www.imagesdeparfums.fr/indexf.htm?" + newlocation + "&2";
}
// Fin redirection vers frames

// Barre de statut
window.status = "Images de Parfums || Passez la souris sur les liens pour obtenir des informations || Point your mouse at the links to get information";

// Zoom
function zoom(repertoire,image) {
 var chemin = "../zoom.htm?" + repertoire + "&" + image;
 newWindow = window.open(chemin,'Zoom','width=500,height=600,top=70,left=270,resizable=no,scrollbars=no');
 newWindow.focus();
}

// Zoom page d'accueil
function zoom2(repertoire,image) {
 var chemin = "zoom.htm?" + repertoire + "&" + image;
 newWindow = window.open(chemin,'Zoom','width=500,height=600,top=70,left=270,resizable=no,scrollbars=no');
 newWindow.focus();
}
