function expand_sommaire(numero) {
window.open("sommaire.php?numero="+numero+"","Black_Mamba","width=410,height=524,top=20,left=20,scrollbars=yes,menubar=no,toolbar=no,location=no");
}

function expand_artiste(artisteID) {
window.open("fiche_artiste.php?artisteID="+artisteID+"","Black_Mamba","width=615,height=530,top=20,left=20,scrollbars=yes,menubar=no,toolbar=no,location=no");
}

function expand_chronique(chroniqueID) {
window.open("fiche_chronique.php?chroniqueID="+chroniqueID+"","Black_Mamba","width=615,height=495,top=20,left=20,scrollbars=yes,menubar=no,toolbar=no,location=no");
}

function expand_reportage(reportageID) {
window.open("fiche_reportage.php?reportageID="+reportageID+"","Black_Mamba","width=615,height=495,top=20,left=20,scrollbars=yes,menubar=no,toolbar=no,location=no");
}

function expand_celephais(eveneID) {
window.open("fiche_celephais.php?eveneID="+eveneID+"","Black_Mamba","width=615,height=495,top=20,left=20,scrollbars=yes,menubar=no,toolbar=no,location=no");
}


