
function flash_multi(num){
   // utilizza questo codice se hai pił filmati non numerati e con dimensioni differenti
  
      filmati = new Array('Tasto_videocorsi.swf','Tasto_artdeco.swf','Tasto_cellophane_che_parla.swf','Tasto_carta_pop_art.swf','Tasto_carte_che_non_conoscono_il_tempo.swf','Tasto_profumi_per_pacco_regalo.swf','profumi_shangai.swf','Tasto_primavera2010.swf','Tasto_festapapa.swf','Tasto_festadonna.swf');
      wi = new Array(115,115,115,115,115,115,115,115,115,115);
      he = new Array(43,43,43,43,43,43,43,43,43,43);
   
      document.write("<object type='application/x-shockwave-flash' data='"+filmati[num]+"'width='"+wi[num]+"' height='"+he[num]+"' id='filmato"+num+"'>\n");
      document.write("<param name='movie' value='"+filmati[num]+"' />\n");
      document.write("<param name='quality' value='high' /><param name='wmode' value='transparent' />\n");
      document.write("</object>\n");
}