//specifica dove leggere le news
var iframesrc="../scorrevole/Tecnico.htm"
var risoluzione = window.screen.width;
switch(risoluzione) {
	case (800):		document.write('<iframe id="datamain" src="'+iframesrc+'" width="100%" height="150px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>'); break;
	case (1024):	document.write('<iframe id="datamain" src="'+iframesrc+'" width="100%" height="150px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>'); break;
	case (1280):	document.write('<iframe id="datamain" src="'+iframesrc+'" width="100%" height="170px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>'); break;
	default:		document.write('<iframe id="datamain" src="'+iframesrc+'" width="100%" height="180px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>'); break;
	}




