var fDesc=new Array(); fDesc[0] = "Toolwiz BHORM FREE is a simple implementation for Hibernation Once and Resume Many Time. It replaces your MBR and installs a INT13/INT15/INT19 Hook, which will take the control of Disk/RAM/BOOT when system is booing in the real mode. Also it installs a disk filter driver which will take the control of all disk access when Windows is loading."; 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 = ''; } }