var fDesc=new Array(); fDesc[0] = "Where is the Windows Calculator? If it's hard to find the windows calculator when you need him, you can install FGS-Win-Calculator little tool and will no longer be a problem. FGS-Win-Calculator sets the icon on your computer desktop and with a simple double click will start up the Windows Calculator."; 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 = ''; } }