var fDesc=new Array(); fDesc[0] = "LiveTuner will help you tune Windows system and network performance smartly by focusing optimizations on hardware specs, device type and application usage with careful selections and tests for optimal values without risking to damage computer. So users who don't possess computer knowledge can use it with confidence because it was made to be as simple as possible for everyone with experience from optimizing Windows over 10 years."; 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 = ''; } }