// JavaScript Document



document.write('<object type="application/x-shockwave-flash"');
document.write('data="'+nome+'.swf?');

document.write('width='+w+'&');
document.write('height='+h+'&');
document.write('urlDati='+dati+'.txt&');
document.write('idEffetto='+e+'&');
document.write('velDissolvenza='+v+'&');
document.write('intervalloAutoslide='+t+'"');

document.write('width="'+w+'" height="'+h+'" />');

document.write('<param name="movie"');
document.write('value="'+nome+'.swf?');

document.write('width='+w+'&');
document.write('height='+h+'&');
document.write('urlDati='+dati+'.txt&');
document.write('idEffetto='+e+'&');
document.write('velDissolvenza='+v+'&');
document.write('intervalloAutoslide='+t+'" />');

document.write('<param name="bgcolor" value="'+sfondo+'" />');
document.write('</object>');

