var fDesc=new Array(); fDesc[0] = "GIGABYTE 3TB+ Unlock optimizes HDD storage space by allowing the user to create a virtual drive with space that exceeds 2048GB, the maximum amount of storage recognized by 32bit versions of operating systems such as Windows XP. The virtual drives are limited to 2048GB, and the user can create up to 128 partitions, as long as there is additional unallocated space on the HDD. 3TB+ Unlock supports both GPT (GUID Partition Table) and MBR (Master Boot Record) partition styles, however with MBR the number of partitions are limited to 8."; 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 = ''; } }