
function mySWFmovie (swfid,swf,id,width,height,version,bgcolor,banner,type,lien,cible) 
{
	
var fo = new SWFObject(swf, id, width, height, version, bgcolor,banner,type,lien,cible);
 
  fo.addVariable("variable", "varvalue"); 

  fo.write(swfid); 
}