var fDesc=new Array(); fDesc[0] = "Standard Edition of AOMEI Partition Assistant is a freeware tool that lets you perform basic hard disk partitioning functions. You can easily create, resize, move, and format disk volumes. You can also convert MBR disks to GPT, clone entire hard disks, and create bootable Windows installers.

AOMEI Partition Assistant is also available as a Pro variant, with advanced features."; 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 = ''; } }