// JavaScript Document

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

function toggle_swap_artcontent(divtotggle) {
var swap = 1 ;


thefieldtotoggle = document.getElementById(""+divtotggle+"") ;
ancien = document.getElementById(""+divtotggle+"") ;
if (thefieldtotoggle.style.display == "none" && swap==1) {

/* on efface tous les blocks avant d'afficher celui desirer */

	thefieldtotoggle.style.display  = "block";
   
  swap=0;
  
  } else {
  thefieldtotoggle.style.display  = "none";

  swap=1;
  }
} // fin de fonction


function openRadio(URL) {
    window.open(URL,'radioblog','directories=no,height=340,width=220,location=no,menubar=no,resizable=no,scrollbars=no,status=no');
}

function montre_url(url,cl){
// si cl prend la valeur 0, la fen&ecirc;tre se referme sinon elle reste ouverte
// Url d&eacute;signe l'url &agrave; charger dans la fen&ecirc;tre parente
opener.top.location.href=url;
if (cl==0) {window.close()}
} 

	