
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 was established, by Tiziano Brondolin, the current President, who perceived the latent potential in a sector that had yet to be fully exploited</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">First change of Company offices and factory, from Gallarate to Cassano Magnago. The Company grew from a business concern occupying a few hundred square metres to one with an indoor area covering some 1300 square metres.</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">The Company consolidated its position within the national territory. The second half of the decade saw Lorella and Davide Brondolin, the President’s, assume financial, production and commercial management, respectively.</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">Brondolin extended its range of action to embrace Europe, where the niche market it occupied was enjoying a growth phase and with a multiplicity of sector trade fairs.</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">Commercial expansion continued with the conquest of Asian markets and those in Central and Southern America. During the same year Brondolin was awarded ISO 9000 certification.</TD></TR></TABLE>';
	}
	
if(N==6){
document.getElementById('TT').innerHTML='<TABLE width="100%" class="Soluz_BordoTesto" border="0" cellspacing="0" cellpadding="0"><TR><TD class="Soluz_SpazioTesto">Brondolin inaugurated its current offices, at Cassano Magnago, near Milan. A modern structure occupying some 14,000 sq.m., with 5,000 covered sq.m., equipped with latest generation systems.<BR><BR><A href="javascript:foto();">Brondolin Spa foto azienda</A></TD></TR></TABLE>';
	}
	
if(N==7){
document.getElementById('TT').innerHTML='<TABLE width="100%" class="Soluz_BordoTesto" border="0" cellspacing="0" cellpadding="0"><TR><TD class="Soluz_SpazioTesto">52% of the Company’s turnover is generated by the Italian market with the remainder generated abroad, where Brondolin’s presence is continually expanding.</TD></TR></TABLE>';
	}
}

function foto(URL,W,H){
aa = window.open('','_blank','width=640,height=398,menubar=no,scrollbars=no,statusbar=no,toolbar=no resizable=no');
aa.document.open();
aa.document.write("<html><head><title>Brondolin Spa -  La nostra azienda</title></head><body bgcolor='#ffffff' leftmargin='0' marginheight='0' marginwidth='0' topmargin='0'><img src='../img/location.jpg' width='100%' height='100%' border='0'></body></html>");
aa.document.close();	
	}

