var fDesc=new Array(); fDesc[0] = "Neets Project Designer is a drag and drop configuration software for Neets Control Systems, Amplifiers and Switching Relays. It features quick adding of device sequences and functions on to buttons by drag and drop (including single blocks of script-code to buttons). You can create your own graphical user interface or use one of the many templates."; 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 = ''; } }