function resizeBody(){
	if(navigator.appVersion.slice(22,23)== '6')
		{
			tmp = document.getElementById("prova");
			tmp.style.width = "738px";
		}
}