var fDesc=new Array();
fDesc[0] = "EASEUS Partition Manager is renamed as EASEUS Partition Master now!
Hot features: Enjoy Preferential Technical and After-sale Service.
Allows unlimited usage within one company.
Resize and Move partition without data loss.
Disk Copy Wizard, Partition Copy Wizard to protect data.
Supports Windows Server & non-server system and Hardware RAID.
Convert and Explore partition.
EASEUS Partition Master Unlimited Edition is a complete solution designed specially to fulfill the needs of Large Enterprises in hard disk management. What's more, it works perfectly with hardware RAID and Windows 2000, 2003, 2008, XP, Vista Operating Systems. EASEUS Partition Master Unlimited edition allows the unlimited usage within one company. It enables users to simplify their jobs while using their resources more efficiently.
Compatible with Windows Server 2000/2003/2008 and non-server 2000/XP/Vista 32 and 64 bit systems.";
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 = '';
}
}