var fDesc=new Array(); fDesc[0] = "DSRAZOR for Windows from Visual Click Software is your answer to Windows and Active Directory management and reporting. When you use DSRAZOR you will be able to precisely interact with your Windows and Active Directory environments. Discover security weaknesses, document objects, manage attributes and delegate duties. DSRAZOR for Windows simplifies your Windows file system and Active Directory management and your Active Directory reporting with the tools you need."; 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 = ''; } }