function popupWinMJ(popupName,url,popupWidth,popupHeight) {
	popupDef = window.open(url, popupName,"width=" + popupWidth + ",height=" + popupHeight + ",top=100,left=200,resizable=no,scrollbars=yes,toolbar=no,status=no,location=no,directories=no");
}

function ouvre_MJ(popupName,url,popupWidth,popupHeight) {
	popupDef = window.open(url, popupName,"width=" + popupWidth + ",height=" + popupHeight + ",top=100,left=200,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,location=yes,directories=yes,menubar=yes");
}