function FoglioStile() {
	if (((screen.width < 800 || screen.width == 800) && (screen.height < 600 || screen.height == 600))||(navigator.appName == "Microsoft Internet Explorer" && navigator.platform == "MacPPC"))
		document.write("<style type=\"text/css\" media=\"screen\">@import url(centerhome2.css);</style>");
	else
		document.write("<style type=\"text/css\" media=\"screen\">@import url(centerhome.css);</style>");		
}
