function popup(u,l,h) {
  w=window.open( u ,'popup' ,'width='+l+',height='+h+',resizable=true');
  w.focus();
}
function popupimage(f) {
  w=window.open( 'popup.php?img='+f ,'popup' ,'width=320,height=200,resizable=true');
  w.focus();
}

var sURL = unescape(window.location.pathname);
function refresh() {
    window.location.href = sURL;
}
function getFlash() {
  w=window.open( 'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&Lang=French&P5_Language=French' ,'popup' ,'');
//  w=window.open( 'http://www.adobe.com' ,'popup' ,'resizable=false');
  w.focus();
}
//getFlash();
function getFlashMovieObject(movieName)
{
  if (window.document[movieName]) 
  {
      return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}