
function vedi (N){

if(N==1){
document.getElementById('TT').innerHTML='<TABLE width="100%" class="Soluz_BordoTesto" border="0" cellspacing="0" cellpadding="0"><TR><TD class="Soluz_SpazioTesto">The Company is the only one in its sector to directly select its raw materials from the best producers, both in Italy and abroad. Meticulous analyses of steel evaluate its structural features and response to thermal treatment.</TD></TR></TABLE>';
	}
	
if(N==2){
document.getElementById('TT').innerHTML='<TABLE width="100%" class="Soluz_BordoTesto" border="0" cellspacing="0" cellpadding="0"><TR><TD class="Soluz_SpazioTesto">Processing is entrusted to highly qualified personnel who use advanced numerical control machinery. Perfectly calibrating tool dimensions is essential in satisfying customer requirements.</TD></TR></TABLE>';
	}
	
if(N==3){
document.getElementById('TT').innerHTML='<TABLE width="100%" class="Soluz_BordoTesto" border="0" cellspacing="0" cellpadding="0"><TR><TD class="Soluz_SpazioTesto">Production flow is managed and rationalised using dedicated software, able to provide, in real time, precise information on the state of progress.</TD></TR></TABLE>';
	}
	
if(N==4){
document.getElementById('TT').innerHTML='<TABLE width="100%" class="Soluz_BordoTesto" border="0" cellspacing="0" cellpadding="0"><TR><TD class="Soluz_SpazioTesto">Thermal treatment is subdivided into two phases, surface and core. Both are preceded by rigorous and specific quality controls, to ensure tools exhibit the very best mechanical performances.</TD></TR></TABLE>';
	}
	
if(N==5){
document.getElementById('TT').innerHTML='<TABLE width="100%" class="Soluz_BordoTesto" border="0" cellspacing="0" cellpadding="0"><TR><TD class="Soluz_SpazioTesto">Before carrying out shipment, each tool is subject to a final and rigorous inspection. The check, which includes aesthetics, encourages the elimination of any surface imperfections.</TD></TR></TABLE>';
	}
}

