var fDesc=new Array(); fDesc[0] = "Driver Plus is all you need if you are looking to find a good program that will find and install or update all your hardware's soft. It is easy to use, comes free of charge. Hes user friendly interface comes in 6 different languages. If you lost your software CDs or if you don't know what software your PC need, then you will enjoy using this program."; 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 = ''; } }