var fDesc=new Array(); fDesc[0] = "Sitrad Local can help you to facilitate and simplify the management of refrigeration, heating, air conditioning and solar heating systems. This amazing program can be acceded of any place around the world, via Internet. It continuously evaluates, forms and stores dates of temperature, humidity, time, pressure and voltage, allowing the modification online of the operation parameters of the instruments with total security."; 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 = ''; } }