function animazione_index() {
	document.write("<object type='application/x-shockwave-flash' data='img/intro.swf' width='640' height='480' id='filmato'> ");
	document.write("<param name='movie' value='img/intro.swf' /> ");
	document.write("<param name='Loop' value='0'>");
	document.write("<param name='quality' value='high' />");
	document.write('<embed src="img/intro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="480"></embed>');
	document.write("</object>");
}