
function OuvrirVisible(theURL,winName,features) {
    var w=window.open(theURL,winName,features);
    w.document.close();
    w.focus();
  }

function FlvPlayer(URL,PlayerWidth,PlayerHeight)  {
  document.write('<object type="application/x-shockwave-flash" data="/player_flv.swf" width="'+PlayerWidth+'" height="'+PlayerHeight+'">\n');
  document.write('<param name="movie" value="http://91.121.40.215/~mogette/player_flv.swf" />\n');
  document.write('<param name="FlashVars" value="flv='+URL+'&amp;autoplay=1&amp;autoload=1&amp;showplayer=always&amp;showtime=1&amp;width='+PlayerWidth+'&amp;height='+PlayerHeight+'&amp;skin=/distri/graph/player_bg.jpg&amp;margin=12&amp;showvolume=1&amp;buttonovercolor=FAC96D&amp;sliderovercolor=3B8ED4" />\n');
  document.write('<param name="wmode" value="transparent" /></object>\n');
}

function FlvPlayerNoPlay(URL,PlayerWidth,PlayerHeight)  {
  document.write('<object type="application/x-shockwave-flash" data="/player_flv.swf" width="'+PlayerWidth+'" height="'+PlayerHeight+'">\n');
  document.write('<param name="movie" value="http://91.121.183.36/~seaevent/player_flv.swf" />\n');
  document.write('<param name="FlashVars" value="flv='+URL+'&amp;autoplay=0&amp;showplayer=always&amp;showtime=1&amp;width='+PlayerWidth+'&amp;height='+PlayerHeight+'&amp;skin=/distri/graph/player_bg.jpg&amp;margin=12&amp;showvolume=1&amp;buttonovercolor=FAC96D&amp;sliderovercolor=3B8ED4" />\n');
  document.write('<param name="wmode" value="transparent" /></object>\n');
}

function refresh(page){
  window.opener.location.href= page ;
  alert("ok Refresh");
}

function confirmer(msg) {
		return confirm(msg);
}


