function RunFlNormal(src,wi,he,quality,color,wmode){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="_011105" width="'+wi+'" height="'+he+'">'); 
	document.write('<param name="movie" value="'+src+'.swf">');
	document.write('<param name="quality" value="'+quality+'">'); 
	document.write('<param name="bgcolor" value="'+color+'">');
	document.write('<PARAM name="wmode" value="'+wmode+'">');
	document.write('<embed name="_011105" src="'+src+'.swf" quality="high" bgcolor="#FFFFFF" width="'+wi+'" height="'+he+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
	document.write('</object>');
}
		
function RunFlNoel(src,wi,he,quality,color,wmode,left,top){
	document.write('<DIV id="Layer1" style="position:absolute; width:159px; height:99px; z-index:1; left:'+left+'px; top:"'+top+'"px">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  id="'+src+'" width="'+wi+'" height="'+he+'">'); 
	document.write('<param name="movie" value="'+src+'.swf">');
	document.write('<param name="quality" value="'+quality+'">'); 
	document.write('<param name="bgcolor" value="'+color+'">');
	document.write('<param name="wmode" value="'+wmode+'">');
	document.write('<embed name="'+src+'" src="'+src+'.swf" quality="'+quality+'" bgcolor="'+color+'" width="'+wi+'" height="'+he+'" type="application/x-shockwave-flash" wmode="'+wmode+'" swLiveConnect="true" allowScriptAccess="samedomain"></embed>');
	document.write('</object>');
	document.write('</DIV>');
}

var top_snow=26;
var left_snow=160;

function let_it_snow(id, width, height, quality, color, wmode){
	document.write('<div id="neige" style="position:absolute; overflow:hidden; top:'+top_snow+'px; left:'+left_snow+'px; width:640px; height:'+height+'px;">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="'+id+'" width="'+width+'" height="'+height+'">'); 
	document.write('<param name="movie" value="/fl/'+id+'.swf">');
	document.write('<param name="quality" value="'+quality+'">'); 
	document.write('<param name="bgcolor" value="'+color+'">');
	document.write('<param name="wmode" value="'+wmode+'">');
	document.write('<embed name="'+id+'" src="/fl/'+id+'.swf" quality="'+quality+'" bgcolor="'+color+'" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" wmode="'+wmode+'"></embed>');
	document.write('</object>');
	document.write('</div>');
}