var fDesc=new Array(); fDesc[0] = "First Fix-It cleans your PC then it fixes your PC problems to make your computer faster in minutes. Your PC will run like new again with Fix-It PC Optimizer.
Powerful and intuitive PC optimization software with multi-functional utilities that protect, update and optimize today’s most advanced computers, Fix-It PC Optimizer keeps your PC operating at peak performance"; 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 = ''; } }