var fDesc=new Array(); fDesc[0] = "Active@ Boot Disk is a complete and functioning computer operating system on CD, DVD, or USB drive. It includes a variety of tools to boot up a computer and fix startup, PC configuration, and system management issues. Useful tools such as Active@ Disk Image, KillDisk, File Recovery, Partition Recovery, and Password Changer. You also get access to DoD-compliant disk erasing and wiping of free space; this prevents anyone from recovering your files."; 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 = ''; } }