var fDesc=new Array(); fDesc[0] = "LiteManager Pro - Viewer is a tool designed for remote administration. To add new connection to the LiteManager Viewer list, you just need to specify an IP address and, when connecting to it, enter the password which you set during LiteManager Server installation. The program has a very user-friendly interface. You can change location of the panels and easily access key elements of the program."; 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 = ''; } }