var fDesc=new Array(); fDesc[0] = "Smart Led Manager Pro is an intuitive, custom operating system for outdoor signs. The interface contains no lists, drop downs or complicated steps, making it as user friendly as possible. You can control all displays from one place; schedule times, dates and changes; write or edit text in seconds; import photos and add text easily; upload and manage videos, and more."; 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 = ''; } }