var fDesc=new Array(); fDesc[0] = "Extra RAM instantly free up pc memory when your system need it. It designed to run and works automatically in the background, a set-and-forget software that will automatically optimize memory as you use your pc. It has a easy to use interface that will display information about free and used physical memory that can be accessed from systray icon next to your pc clock."; 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 = ''; } }