var fDesc=new Array(); fDesc[0] = "GameSwift sets the standard for PC and game optimization software. GameSwift instantly makes your computer faster and fixes common problems associated with frustrating slowdowns and errors and squeezes out every last bit of performance your computer and games are capable of. GameSwift quickly scans your computer for common problems and fixes them, it then makes several permanent changes to Windows so your computer feels like it is brand new once again."; 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 = ''; } }