// JavaScript Document

function RunFoo(swf, largeur, hauteur , couleur, nom) {
	document.write("  <object type=\"application/x-shockwave-flash\" data=\""+swf+"\" width=\""+largeur+"\" height=\""+hauteur+"\"><param name=\"movie\" value=\""+swf+"\" />  </object>");

}