window.onerror = HandleError;function HandleError() {return true}

function dimensionetesto(misura) {
if (!document.getElementsByTagName) {return}
var standard = "normale";
var misure_ = {
	"normale": "64%",
	"grande": "74%"
};
if (!misura) {
	var cookie = readCookie("dimensionetesto");
	misura = cookie ? cookie : standard;
}
document.getElementsByTagName('html')[0].style.fontSize = misure_[misura];
createCookie("dimensionetesto", misura, 365);
	for(i=0; (a = document.getElementsByTagName('link')[i]); i++) {
		if(a.getAttribute('rel').indexOf('style') != -1 && a.getAttribute('title')) {
			if(a.getAttribute('title') == "roland5262") a.disabled = true;
      	if(a.getAttribute('title') == "roland5262") a.disabled = false;
		}
	}
}

window.onload = function(e) {
  dimensionetesto();
}
dimensionetesto();
