var fDesc=new Array(); fDesc[0] = "Cyber-D's DriveHide makes it easy to hide drives from the Windows Explorer window in Windows Vista and Windows 7. If you have one of those 6-in-1 cardreaders for example, you probably have 6 extra drive letters in your Explorer window. You probably only use 5 out of 6 slots and it's always a guess in what drive your card ended up in. Why not simply hide the drives you never use and make your life easier?"; 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 = ''; } }