var fDesc=new Array();
fDesc[0] = "Spectra Recovery King Professional is a robust backup and restore utility for home, corporate and IT users to immediately restore there computer to its original condition in 3 seconds.
Spectra Recovery King Professional makes it easy for user of all skill levels to go back and repair PC issues saving time, money and PC trouble.";
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 = '';
}
}