
function caricaflash(nome,width,height)
{document.write('&lt;object type=\'application/x-shockwave-flash\' data=\''+nome+'\' width=\''+width+'\' height=\''+height+'\' &gt;\n');document.write('&lt;param name=\'movie\' value=\''+nome+'\' /&gt;\n');document.write('&lt;/object&gt;\n');}