var fDesc=new Array(); fDesc[0] = "Still keeping your PC running like new, you can now also enjoy a sleeker redesigned workflow that makes your Fix-It user experience not only easier but more intuitive. You won’t be disappointed with the powerfulness or professionalism this all-round PC Fix-It solution has to offer. Fix-It Utilities Professional is your ultimate all in one PC repair and maintenance solution. Fix-It Professional allows you to take control of your PC with one-click comprehensive diagnostic tests that leave your computer running like new."; 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 = ''; } }