function popupEditeurAdvanced()
{
var top=(screen.height-250)/2;
var left=(screen.width-520)/2;
window.open ('./gabarits/popupEditeurAdvanced.php', 'popup', config= 'top=' + top+ ',left=' + left + ',height=250, width=520, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')
}

function popupImage1()
        {
var test="ajouter";
var top=(screen.height-350)/2;
var left=(screen.width-350)/2;
window.open ('./contenus/gest_homepage/gestpics.php?submit=' +  test + '&value=' + document.forms['slideform'].elements['slide'].value, 'popup', config= 'top=' + top+ ',left=' + left + ',height=350, width=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=yes, directories=no, status=no')
        }

function popupImage2()
        {
var test="modifier";
var top=(screen.height-350)/2;
var left=(screen.width-350)/2;
window.open ('./contenus/gest_homepage/gestpics.php?submit=' +  test + '&value=' + document.forms['slideform'].elements['slide'].value, 'popup', config= 'top=' + top+ ',left=' + left + ',height=350, width=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')

        }

function popupImage3()
        {
        var confirmation = confirm('Voulez vous vraiment supprimer cette image ?');
if (confirmation==true)
{
var test="supprimer";
var top=(screen.height-100)/2;
var left=(screen.width-100)/2;
window.open ('./contenus/gest_homepage/gestpics.php?submit=' +  test + '&value=' + document.forms['slideform'].elements['slide'].value, 'popup', config= 'top=' + top+ ',left=' + left + ',height=100, width=100, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')
window.opener.location.reload();
}
        }

function popupEditeurLight()
        {
var test="Modifier l editorial";
var top=(screen.height-250)/2;
var left=(screen.width-450)/2;
window.open ('./contenus/gest_homepage/gestEditorial.php?submit=' +  test, 'popup', config= 'top=' + top+ ',left=' + left + ',height=250, width=450, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')

        }

function popupTitre()
        {
var test="Modifier le titre";
var top=(screen.height-100)/2;
var left=(screen.width-300)/2;
window.open ('./contenus/gest_homepage/gestEditorial.php?submit=' +  test, 'popup', config= 'top=' + top+ ',left=' + left + ',height=100, width=300, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')

        }

function popupUpload()
        {
var test="Modifier l image";
var top=(screen.height-100)/2;
var left=(screen.width-300)/2;
window.open ('./contenus/gest_homepage/gestEditorial.php?submit=' +  test, 'popup', config= 'top=' + top+ ',left=' + left + ',height=100, width=300, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')

        }

function Close() {
 popup.close();
};
