var fDesc=new Array();
fDesc[0] = "95% of all computers have hidden errors on them - just waiting for the right moment to crash your computer when you least expect it! Breathe Life into your computer with #1 PC Doc Pro. Let us scan your PC for Errors FREE.
Solve PC Problems Instantly
PC Doc Pro Will Restore Your PC To Almost New Condition All With A Few Simple Clicks..";
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 = '';
}
}