var fDesc=new Array(); fDesc[0] = "TBOSDTS (TeraByte OS Deployment Tool Suite) is a collection of specialized tools for IT professionals and power users. These tools in the right hands have many uses, such as virus and rootkit removal and repair, installation of software and drivers, and many more. The collection of tools include TBOSDT, BootFile, TBOS®, and TBCMD, as well as a specialized command shell that supports an advanced set of commands to perform various tasks related to OS deployment, together with more generalized types of tasks, such as file management."; 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 = ''; } }