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

