// JavaScript Document
function setPosTitle() {
	t1=document.getElementById('titolo1');
	if(navigator.userAgent.indexOf('MSIE')>=0) {
	t1.style.left = '0px';
	}
	else {
	//alert(navigator.userAgent);
	//t1.style.left = '140px';
	t1.style.left = '0px';
	}
}