function flash_multiple(num){
   // utilizza questo codice se hai pił filmati non numerati e con dimensioni differenti
  
      filmati = new Array('http://www.ganeshmanagement.co.uk/flash/banner_home.swf','http://www.ganeshmanagement.co.uk/flash/banner_market_traccia.swf',	 'http://www.ganeshmanagement.co.uk/flash/banner_home_palazzi.swf','http://www.ganeshmanagement.co.uk/flash/banner_home_radar.swf','http://www.ganeshmanagement.co.uk/flash/banner_home_fiore.swf','http://www.ganeshmanagement.co.uk/flash/form.swf','http://www.ganeshmanagement.co.uk/flash/banner_home_fx.swf','http://www.ganeshmanagement.co.uk/flash/slogan2.swf');
      wi = new Array(404,302,404,404,404,250,404,326);
      he = new Array(347,170,347,347,347,360,347,124);
   
      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");
}