if(document.all) {
	document.write(
		"<object type=\"application/x-shockwave-flash\" width=\"641\" height=\"439\" data=\"filmati/struttura.swf?perc=filmati\">" +
		"	<param name=\"movie\" value=\"filmati/struttura.swf?perc=filmati\" />" +
		"	<param name=\"wmode\" value=\"transparent\"/>" +
		"</object>"
	);
}
else {
	var embed = document.createElement("embed");
	embed.setAttribute("src", "filmati/struttura.swf?perc=filmati");
	embed.setAttribute("quality", "high");
	embed.setAttribute("width", "641");
	embed.setAttribute("height", "439");
	embed.setAttribute("wmode", "transparent");

	document.getElementById("principale").appendChild(embed);
}

if(screen.height <= 800) document.getElementById("container").className = "lowResolutions";
else document.getElementById("container").className = "highResolutions";
