function fl(i, n, w, h)
{	
	document.getElementById(i).innerHTML = 
		'<object type="application/x-shockwave-flash" data="pics/'+ n + '.swf" width="'+w+'" height="'+h+'">'+
		'<param name="movie" value="pics/'+n+'.swf" />'+
		'<embed src="pics/'+n+'.swf" width="'+w+'" height="'+h+'" name="Header" />'+
		'</object>';
}
