function flash(nome,wi,he) {

      document.write("<object type='application/x-shockwave-flash' data='"+nome+" 'width='"+wi+"' height='"+he+"' id='filmato'> ");
      document.write("<param name='movie' value='"+nome+"' /> ");
      document.write("<param name='quality' value='high' /><param name='wmode' value='transparent' /> ");
      document.write("</object> ");

}