var fDesc=new Array(); fDesc[0] = "SIMES is a consolidated company dedicated to the design and production of superior outdoor lighting fittings.
For over 35 years Simes has been committed to quality for the illumination of the most prestigious architecture and the most suggestive landscape: the visual impact of the headquarters immediately conveys how architecture can be improved through the use of effective and energy efficient luminaires.
Through its internal Lighting Design department, Simes cooperates with architects, city planners, engineers, public authorities and private customers that always expect excellence in quality, technology, innovation and reliability in pre- and post-sales services."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }