

function animazione_flash() {
  
   
      document.write("<object type='application/x-shockwave-flash' data='nuovoalto.swf'width='760' height='600' id='filmato'>\n");
      document.write("<param name='movie' value='nuovoalto.swf' />\n");
      document.write("<param name='quality' value='high' /><param name='wmode' value='high' />\n");
      document.write("</object>\n");
}
