var fDesc=new Array(); fDesc[0] = "As Partition Magic alternative, EASEUS Partition Master Home Edition is a FREE ALL-IN-ONE partition solution and disk management utility. It allows you to extend partition (especially for system drive), manage disk space easily, settle low disk space problem on MBR and GUID partition table (GPT) disk under Windows 2000/XP/Vista/Windows 7 (Only for 32 bit, figure out Windows 32 bit or 64 bit). The most popular hard disk management functions are brought together with powerful data protection including: Partition Manager, Disk & Partition Copy Wizard & Partition Recovery Wizard."; 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 = ''; } }