var fDesc=new Array(); fDesc[0] = "Smart Low Virtual Memory Fixer Pro performs many powerful tasks. It can automatically diagnose and fix hundreds of Windows problems and system errors; repair, clean, and optimize Windows registry; automatically remove system junk keeping Windows fresh and fast; accelerate system performance; speed up and optimize your hard disk; automatically find and repair Windows security flaws; scan and repair corrupt system files; fix damaged images, office and multimedia files and others."; 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 = ''; } }