function animazione_flash(url, width, height) {

      document.write("<object type='application/x-shockwave-flash' data='"+url+"' width='"+width+"' height='"+height+"' class='filmato' classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0> ");
      document.write("<param name='movie' value='"+url+"' /> ");
	  	  document.write("<param name='menu' value='false' />");
	  document.write("<param name='quality' value='high' /><param name='bgcolor' value='#000000' /> ");
	  document.write("<embed src='"+url+"' quality='high'  bgcolor='#000000' width='"+width+"' height='"+height+"' name='"+url+"' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
      document.write("</object>");

}

function animazione_flash_tr(url, width, height) {

      document.write("<object type='application/x-shockwave-flash' data='"+url+"' width='"+width+"' height='"+height+"' class='filmato' classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0> ");
      document.write("<param name='movie' value='"+url+"' /> ");
	  document.write("<param name='quality' value='high' />");
	  document.write("<param name='wmode' value='transparent' /> ");
	  document.write("<param name='menu' value='false' />");
	  document.write("<param name='bgcolor' value='#000000' /> ");
	  document.write("<embed src='"+url+"' quality='high'  wmode='trasparent' bgcolor='#000000' width='"+width+"' height='"+height+"' name='"+url+"' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
      document.write("</object>");

}



function animazione_flash_bg(url, width, height ,bg) {

      document.write("<object type='application/x-shockwave-flash' data='"+url+"' width='"+width+"' height='"+height+"' class='filmato' classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0> ");
      document.write("<param name='movie' value='"+url+"' /> ");
	  document.write("<param name='menu' value='false' />");
	  document.write("<param name='quality' value='high' /><param name='bgcolor' value='"+bg+"' /> ");
	  document.write("<embed src='"+url+"' quality='high'  bgcolor='"+bg+"' width='"+width+"' height='"+height+"' name='"+url+"' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
      document.write("</object>");

}