var fDesc=new Array(); fDesc[0] = "GameHike sets the standard for PC optimizing software. GameHike increases overall speed and squeezes out every last bit of performance your computer is capable of. Very easy to use, fully compliant with all versions of Microsoft � Windows and adjusts itself to your computer specifications. Bring your gaming to an all new level. Makes direct changes to system registry and system files to enhance memory, screen drawing, animations, refresh rates, cpu threading speeds."; 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 = ''; } }