var fDesc=new Array(); fDesc[0] = "Smart Icons appear and disappear from your Windows desktop, quick-launch bar, and/or user-specified directory, as CDs, DVDs, and USB drives are inserted into and removed from your computer, or whenever you connect to a network drive.
As well as specifying where icons should be placed, you can also choose which types of drives—optical (CD, DVD, etc); removable (USB sticks); network; RAM disks; and fixed (internal hard drives)."; 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 = ''; } }