function swf(swf, width, height, version, nom, flashvars)
{
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+version+",0,0,0' width='"+width+"' height='"+height+"' id='"+nom+"'>\n");
	document.write("<param name='flashvars' value='"+flashvars+"' /><param name='movie' value='"+swf+"' /><param name='wmode' value='transparent' />\n");
	document.write("<embed flashvars='"+flashvars+"' src='"+swf+"' width='"+width+"' height='"+height+"' name='"+nom+"' wmode='transparent' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash'></embed>\n");
	document.write("</object>\n");
}