var fDesc=new Array();
fDesc[0] = "Need a partition magic for Windows hard disk partition? IM-Magic Partition Resizer Pro plays a magic on disk volume extending, shrinking to redistribute disk space when it has low disk space alter especially when system boot usually the C drive running out of space.
Download the Windows repartitioning software to keep your PC free of space.
100% of Safety when repartitioning.
Works on Windows 10/8/7/Vista/XP/2000 32&64bits; WinPE/Portable Edition supported.
Windows 64 bit independent exe.";
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 = '';
}
}