

function telecharge(idc){
window.open('telecharge.php?idcont='+idc,'pop','scrollbars=yes,width=600,height=550');
}

function playtv(video){
window.open('popvideo.php?fichier='+video,'film','scrollbars=yes,width=350,height=320');
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}