function presentazione(){

	var indexshtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	indexshtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	indexshtml += "  width=\"760\" height=\"360\" id=\"index\" align=\"\">";
	indexshtml += " <param name=movie value=\"index.swf\">";
	indexshtml += " <param name=quality value=high>";
	//colore sfondo del filmato
	//shtml += " <param name=bgcolor value=#FFFFFF>";
	indexshtml += " <embed src=\"index.swf\" quality=high bgcolor=#FFFFFF  width=\"760\" height=\"360\" name=\"index\" align=\"\"";
	indexshtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	indexshtml += "     </object>"

	var indexmd = document;
	var indexd = indexmd.getElementById("pres");
	indexd.innerHTML = indexshtml;

}

window.onload = presentazione;

