// JavaScript Document
  // Ouvre la page soundjata.html
  function ouvre(soundjata) {
  var x = parseInt(((screen.width)/2)-197);
  var y = parseInt(((screen.height)/2)-251);
  ff=window.open(soundjata,"popup",
               "width=393,height=502,left="+x+",top="+y+",scrollbars=yes,resizable=no") }
  
  // Ouvre les pages videos
  function video(fichier) {
  var a = parseInt(((screen.width)/2)-208);
  var b = parseInt(((screen.height)/2)-175);
  ff=window.open(fichier,"popup",
               "width=417,height=350,left="+a+",top="+b+",resizable=no") }
  
    // Ouvre la page soundjata.html
  function sound(fichier) {
   ff=window.open(soundjata,"popup",
               "scrollbars=yes,fullscreen=yes,resizable=no") }
  
  // Ferme la fenêtre inter.html
  function fermer_inter() {
    window.close(inter.html) }			   
