var fDesc=new Array(); fDesc[0] = "Odin HDD Encryption is a powerful Hard Disc Drive Encryption software which can protect,secure,encrypt your hard disc drive,virtual hard disk(VHD),USB flash files,removable drive. It can makes a part or all your hard disc into a secure vault. And it also can creates a virtual encrypted disk within a file and mounts it as a real disk."; 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 = ''; } }