var fDesc=new Array(); fDesc[0] = "System GoBack Free is a solution to protect your Windows 10 upgrade experience, and allows to easily go back to previous Windows Operating System and restore old applications & games with only one click. This application has a user friendly interface."; 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 = ''; } }