var fDesc=new Array(); fDesc[0] = "Advanced Drive Protector is intended for PC users who want to protect, hide and lock their local, network, Floppy and USB drives, and disable the AutoRun feature for them to ensure both security and privacy. This software lets you apply a range of security options to individual drives ranging from hiding options to access security restrictions."; 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 = ''; } }