var fDesc=new Array(); fDesc[0] = "Partition Commander helps you safely organize and protect your hard drive.
If you have important data, memories (music, photos and videos), applications or games on your PC, Partition Commander can help you protect them in the event your operating system crashes. Partition Commander safely organizes your hard drive so that your favorite applications, games and even your operating system run faster. Best all, everything is automated."; 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 = ''; } }