var fDesc=new Array(); fDesc[0] = "3TB Unlocker tool breaks the limitation of 32-bit operating system that could only detect the hard disk within 2048GB. The program is compatible with most of the motherboards including some old Intel boards. The application is installed as a driver - there is no graphical interface or settings to customize."; 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 = ''; } }