function caricaflash2(nome,width,height)
{
	document.write('<object type="application/x-shockwave-flash" data="'+nome+'" width="'+width+'" height="'+height+'" >\n');
	document.write('<param name="movie" value="'+nome+'" />\n');
	document.write('</object>\n');
}
