var fDesc=new Array(); fDesc[0] = "Microsoft Fix it is a tool that solves a particular problem in Windows. You can browse the Microsoft website for finding the problem that you are experiencing. You can then download the Fixit tool associated with it - this application includes all the registry settings and files required to rectify the particular problem. It automatically scans the system and fixes the problem with minimal user input."; 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 = ''; } }