function apri_dettagli(id)
{
  imageWin = window.open('dettaglio.php?id='+id,'cast1','width=510,height=550,scrollbars=yes,resizable=yes,titlebar=0');
  imageWin.focus();
}
function apri_trama(id)
{
  imageWin = window.open('dettaglio_trama.php?id='+id,'cast1','width=500,height=550,scrollbars=yes,resizable=yes,titlebar=0');
  imageWin.focus();
}
function apri_biografia(id)
{
  imageWin = window.open('dettaglio_trama.php?id='+id,'cast1','width=500,height=550,scrollbars=yes,resizable=yes,titlebar=0');
  imageWin.focus();
}
function apri_indice(id)
{
  imageWin = window.open('dettaglio_indice.php?id='+id,'cast1','width=500,height=550,scrollbars=yes,resizable=yes,titlebar=0');
  imageWin.focus();
}
function apri_multimedia(id)
{
  imageWin = window.open('multimedia.php?id='+id,'media1','width=450,height=350,scrollbars=yes,resizable=yes,titlebar=0');
  imageWin.focus();
}