var fDesc=new Array(); fDesc[0] = "Soft4Boost Update Checker can find updates for all third-party software applications installed on your Windows computer. Its unique scanning algorithm quickly analyzes the data about any outdated software on your PC and immediately displays the the list of programs to be updated. Each update found by Update Checker is offered to download from its developer site."; 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 = ''; } }