function fillSWF(){
	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=\"700\" height=\"18\" id=\"infobanner\" align=\"\">";
	shtml += " <param name=movie value=\"../it/infobanner.swf\">";
	shtml += " <param name=quality value=high>";
	shtml += " <param name=bgcolor value=#000080>";
	shtml += " <embed src=\"../it/infobanner.swf\" quality=high bgcolor=#000080  width=\"700\" height=\"18\" name=\"infobanner\" align=\"\"";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "     </object>"

    var shtml2 = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml2 += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml2 += "  width=\"400\" height=\"25\" id=\"upmenuindex\" align=\"\">";
	shtml2 += " <param name=movie value=\"../it/upmenuindex.swf\">";
	shtml2 += " <param name=quality value=high>";
	shtml2 += " <param name=bgcolor value=#000080>";
	shtml2 += " <embed src=\"../it/upmenuindex.swf\" quality=high bgcolor=#000080  width=\"400\" height=\"25\" name=\"upmenuindex\" align=\"\"";
	shtml2 += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml2 += "     </object>"
	
	var shtml3 = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml3 += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml3 += "  width=\"750\" height=\"30\" id=\"flm\" align=\"\">";
	shtml3 += " <param name=movie value=\"../it/flm.swf\">";
	shtml3 += " <param name=quality value=high>";
	shtml3 += " <param name=bgcolor value=#000080>";
	shtml3 += " <embed src=\"../it/flm.swf\" quality=high bgcolor=#000080  width=\"750\" height=\"30\" name=\"flm\" align=\"\"";
	shtml3 += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml3 += "     </object>"
	
	var shtml4 = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml4 += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml4 += "  width=\"750\" height=\"30\" id=\"url\" align=\"\">";
	shtml4 += " <param name=movie value=\"../sicilia/www.egadi.com.sicilia.swf\">";
	shtml4 += " <param name=quality value=high>";
	shtml4 += " <param name=bgcolor value=#000080>";
	shtml4 += " <embed src=\"../sicilia/www.egadi.com.sicilia.swf\" quality=high bgcolor=#000080  width=\"750\" height=\"30\" name=\"url\" align=\"\"";
	shtml4 += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml4 += "     </object>"

    var shtml5 = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml5 += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml5 += "  width=\"750\" height=\"650\" id=\"sicilia\" align=\"\">";
	shtml5 += " <param name=movie value=\"../sicilia/sicilia.swf\">";
	shtml5 += " <param name=quality value=high>";
	shtml5 += " <param name=bgcolor value=#000080>";
	shtml5 += " <embed src=\"../sicilia/sicilia.swf\" quality=high bgcolor=#000080  width=\"750\" height=\"650\" name=\"sicilia\" align=\"\"";
	shtml5 += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml5 += "     </object>"
    
	var md = document;
	var d = md.getElementById("infobanner");
	d.innerHTML = shtml;
	
	var md2 = document;
	var d2 = md2.getElementById("upmenuindex");
	d2.innerHTML = shtml2;
	
	var md3 = document;
	var d3 = md3.getElementById("flm");
	d3.innerHTML = shtml3;
	
	var md4 = document;
	var d4 = md4.getElementById("url");
	d4.innerHTML = shtml4;
	
	var md5 = document;
	var d5 = md5.getElementById("sicilia");
	d5.innerHTML = shtml5;
}

window.onload = fillSWF; 
