var fDesc=new Array(); fDesc[0] = "Boost Windows is a revolutionary system booster. Unlike other similar software, they may require you know much knowledge of computer like registry editor, system configuration, and you may have to take the risk of damaging your system. With Boost Windows , you can complete the system optimization in a few "Next" clicks. Your Windows will be fine-tuned to a perfect status - like it was just completely reinstalled with all updates, fast, reliable, and safe."; 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 = ''; } }