var fDesc=new Array(); fDesc[0] = "Registry Flashlight Fixer is a simple and easy to use registry booster which enables you to control the most hidded Microsoft Windows operation system settings to suit your special needs for security and safety. Usually we take Windows settings for granted but what you don’t know is how easy you can tweak Windows Registry to your liking."; 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 = ''; } }