function centra1w() {
	if (window.innerWidth){
	Hpx = window.innerWidth;
	}else{
	Hpx = document.documentElement.clientWidth;
	}
	distanzaw = ((Hpx-1000)/2)+"px";
	document.getElementById("swf").style.marginLeft = distanzaw;
	var fo = new FlashObject("home.swf", "mymovie", "1000", "600", "6");
	fo.addParam("quality", "high");
	fo.write("swf");
}

function centra2w() {
	if (window.innerWidth){
	Hpx = window.innerWidth;
	}else{
	Hpx = document.documentElement.clientWidth;
	}
	distanzaw = ((Hpx-1000)/2)+"px";
	document.getElementById("swf").style.marginLeft = distanzaw;	
}

