var fDesc=new Array(); fDesc[0] = "TSplus Hide Server Drives tool enables the Terminal Services (TSE) or Citrix administrator to easily hide the server disk drives when users open a remote session. TSplus Hide Server Drives does more than just hide the TS server drives. It also hides all of the root folders and the user profile folders of the 2003/2008 TS server. Doing so, a user browsing files within a session will see nothing: neither the server drives, nor any of the other users "Document and Settings" folders, system and data files. TSplus Hide Server Drives is a very easy to use, efficient and smart program to secure your TSE or Citrix server drives (Windows 2008, Windows 2003 or W2000 servers)."; 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 = ''; } }