var fDesc=new Array(); fDesc[0] = "StartFinity installs a Windows 7 style Start menu on Windows 8, 8.1, and 10. Windows 8.1 and Windows 10 comes with a Start menu that is different from Windows 7. You can switch to the default menu at any time by clicking the Start Screen command at the very top of the new Start Menu."; 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 = ''; } }