var fDesc=new Array(); fDesc[0] = "U2SCX PhysicalFormatUtility is a tool used to format HDDs or MOs . The functions of this program are create partition on a formatted disk, delete partition on a disk, show disk informaton such as head, sector, cylinder, sector size and total sector. The tool is compatible with Win Vista / 7 (x32/x64) and Win XP/Me/2000/98SE."; 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 = ''; } }