// POPUP ADMINISTRATION : 900x600 600x400 400x260 422x382

// POPUP 400 x 350 
function onPopUp_44(url) {
T = (screen.height-200)/2;
L = (screen.width-200)/2;

PopUp_44 = window.open(url,'PopUp_44','width=400,height=400,top='+T+',left='+L+',toolbar=0,location=0,directories=0,status=yes,scrollbars=0,resizable=no,copyhistory=0,menuBar=0');
PopUp_44.focus();
}


// POPUP 422 x 382 : iframe page
function onPopUp_43(url) {
T = (screen.height-191)/2;
L = (screen.width-211)/2;

PopUp_43 = window.open(url,'PopUp_43','width=422,height=382,top='+T+',left='+L+',toolbar=0,location=0,directories=0,status=yes,scrollbars=0,resizable=no,copyhistory=0,menuBar=0');
PopUp_43.focus();
}


// POPUP 400x260
function onPopUp_42(url) {
T = (screen.height-130)/2;
L = (screen.width-200)/2;

PopUp_42 = window.open(url,'PopUp_42','width=400,height=260,top='+T+',left='+L+',toolbar=0,location=0,directories=0,status=yes,scrollbars=0,resizable=no,copyhistory=0,menuBar=0');
PopUp_42.focus();
}


// POPUP 600x400
function onPopUp_64(url) {
T = (screen.height-200)/2;
L = (screen.width-300)/2;

PopUp_64 = window.open(url,'PopUp_64','width=600,height=400,top='+T+',left='+L+',toolbar=0,location=0,directories=0,status=yes,scrollbars=0,resizable=no,copyhistory=0,menuBar=0');
PopUp_64.focus();
}

// POPUP 900x600
function onPopUp_96(url) {
T = (screen.height-300)/2;
L = (screen.width-450)/2;

PopUp_96 = window.open(url,'PopUp_96','width=900,height=600,top='+T+',left='+L+',toolbar=0,location=0,directories=0,status=yes,scrollbars=0,resizable=no,copyhistory=0,menuBar=0');
PopUp_96.focus();
}