function active_swf(url,large, haut)
{
	if (navigator.platform=="Win32"){
  var d = document.getElementById("zoneflash"),txt="";
  
  txt = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+large+"\" height=\""+haut+"\">\n"
  txt += "     <param name=\"movie\" value=\""+url+"\" />\n"
  txt += "     <param name=\"quality\" value=\"high\" />\n"
  txt += "     <embed src=\""+url+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+large+"\" height=\""+haut+"></embed>\n"
  txt += "   </object>";
  document.getElementById("zoneflash").innerHTML="";
  document.getElementById("zoneflash").innerHTML=txt;
	}
}
function active2_swf(url,large, haut)
{
	if (navigator.platform=="Win32"){
  var d = document.getElementById("zoneflash2"),txt="";
  
  txt = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+large+"\" height=\""+haut+"\">\n"
  txt += "     <param name=\"movie\" value=\""+url+"\" />\n"
  txt += "     <param name=\"quality\" value=\"high\" />\n"
  txt += "     <embed src=\""+url+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+large+"\" height=\""+haut+"></embed>\n"
  txt += "   </object>";
  document.getElementById("zoneflash2").innerHTML="";
  document.getElementById("zoneflash2").innerHTML=txt;
	}
}
function active3_swf(url,large, haut)
{
	if (navigator.platform=="Win32"){
  var d = document.getElementById("zoneflash3"),txt="";
  
  txt = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+large+"\" height=\""+haut+"\">\n"
  txt += "     <param name=\"movie\" value=\""+url+"\" />\n"
  txt += "     <param name=\"quality\" value=\"high\" />\n"
  txt += "     <embed src=\""+url+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+large+"\" height=\""+haut+"></embed>\n"
  txt += "   </object>";
  document.getElementById("zoneflash3").innerHTML="";
  document.getElementById("zoneflash3").innerHTML=txt;
	}
}
function active4_swf(url,large, haut)
{
	if (navigator.platform=="Win32"){
  var d = document.getElementById("zoneflash4"),txt="";
  
  txt = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+large+"\" height=\""+haut+"\">\n"
  txt += "     <param name=\"movie\" value=\""+url+"\" />\n"
  txt += "     <param name=\"quality\" value=\"high\" />\n"
  txt += "     <embed src=\""+url+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+large+"\" height=\""+haut+"></embed>\n"
  txt += "   </object>";
  document.getElementById("zoneflash4").innerHTML="";
  document.getElementById("zoneflash4").innerHTML=txt;
	}
}