var fDesc=new Array(); fDesc[0] = "Disk Wiper Professional provides skilled resources and comprehensive wiping tools to help you with this important but often overlooked security risk! Completely and easily erase all live data so as it cannot be recovered with any existing technology. Quickly and efficiently sanitize the hard disks in order to protect valuable business information and also because there is, in the most countries, a legal obligation to do so."; 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 = ''; } }