var fDesc=new Array(); fDesc[0] = "The interface is as simple as can be and can be easily handled by you. Starting it will take you in the middle of program options, allowing general configuration of the software. Although the software seems simple, it does a pretty good job as its effect is not limited to the current user or administrator of the computer but to all users."; 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 = ''; } }