var fDesc=new Array(); fDesc[0] = "DameWare Remote Support (DRS) is a powerful systems administration and remote IT support tool that allows you to simplify and accelerate customer support. Wherever your end-users are located, you can remotely access their systems with the built-in DameWare Mini Remote Control software and use the system tools on the DameWare Remote Support console to provide faster remote assistance."; 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 = ''; } }