var fDesc=new Array(); fDesc[0] = "Primo Ramdisk Ultimate Edition is a reliable application designed to provide a quick solution to speed up your computer by overcoming hard disk bottleneck issues. It allows you to emulate hard disks using available physical memory. Because the access speed of physical memory is so much faster than most kinds of storage, this greatly speeds up your computer with reduced access time."; 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 = ''; } }