function openImg(img,larg,haut) {
	newWin = window.open('../../popup.php?file=' + img,'zoomImg','width=' + (larg + 16) + ',height=' + (haut + 16) + ',status=no,toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=no');
	newWin.moveTo((screen.width-larg)/2,(screen.height-haut)/2-18);
	newWin.focus();
}

function openMap(img,larg,haut) {
	newWin = window.open('../popup.php?file=' + img,'zoomImg','width=' + (larg + 16) + ',height=' + (haut + 16) + ',status=no,toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=no');
	newWin.moveTo((screen.width-larg)/2,(screen.height-haut)/2-18);
	newWin.focus();
}

function openFlyers(url,larg,haut) {
	newWin = window.open(url,'flyers','width=' + (larg + 16) + ',height=' + (haut + 16) + ',status=no,toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=yes');
	newWin.moveTo((screen.width-larg)/2,(screen.height-haut)/2-18);
	newWin.focus();
}
