function introSWF(){
	var shtml = "<object classid=\"clsid:d27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml += "  width=\"600\" height=\"650\" id=\"simple_movie\" align=\"\">";
	shtml += " <param name=\"movie\" value=\"img/farfalla.swf\">";
	shtml += " <param name=\"quality\" value=\"high\">";
	shtml += " <param name=\"bgcolor\" value=\"#D7F3FD\">";
	shtml += " <param name=\"wmode\" value=\"transparent\">";
	shtml += " <embed src=\"img/farfalla.swf\" quality=\"high\" bgcolor=\"#D7F3FD\" width=\"600\" height=\"650\" ";
	shtml += " name=\"simple_movie\" align=\"\" wmode=\"transparent\" ";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "     </object>"

	var md = document;
	var swf1 = md.getElementById("intro");
	swf1.innerHTML = shtml;
}
