

function FlvPlayer(URL,W,H)  {
  document.write('<object type="application/x-shockwave-flash" data="../video/player_flv.swf" width="'+W+'" height="'+H+'">\n');
  document.write('<param name="movie" value="../video/player_flv.swf" />\n');
  document.write('<param name="FlashVars" value="flv='+URL+'&amp;autoplay=1&amp;autoload=1&amp;width='+W+'&amp;height='+H+'&amp;skin=../graph/player_'+H+'_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 montre(id) {
  var d = document.getElementById(id);
  	for (var i = 1; i<=10; i++) {
  		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
  	}
  if (d) {d.style.display='block';}
}

