<!--
function charge(a,b,c,d,e) {
  // fonction globale pour l'affichage dans les frames
  // 0 pour ne rien changer
if (a!=0) top.frames['logo'].location.href=a;
if (b!=0) top.frames['pub'].location.href=b;
if (c!=0) top.frames['onglets1'].location.href=c;
if (d!=0) top.frames['scene'].location.href=d;
if (e!=0) top.frames['onglets2'].location.href=e;
}

function newFen(nomFen, fichier, nom) {
  nomFen=window.open(fichier,nom,'status=yes,resizable=yes,width=700,height=500');
  nomFen.moveTo(0,0);
  //nomFen.focus();
}
// -->