var fDesc=new Array(); fDesc[0] = "The LimeLIGHT lighting software is designed to be quick and easy to program, whilst allowing you to do more than other lighting consoles. It has a simple, self explanatory interface which can be quickly and easily learnt. But don't be fooled by its simplicity, as it boasts a bunch of powerful features too which seriously cut down on the time you need to program your rig."; 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 = ''; } }