var fDesc=new Array(); fDesc[0] = "FreeMEM works in the background and optimizes the main memory by moving unneeded applications and resources from the main memory to the hard disk. This way FreeMEM keeps your system fast and stable at all times. It is still offered for its compatibility with versions of Microsoft Windows"; 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 = ''; } }