var fDesc=new Array(); fDesc[0] = "StartMenu 8+ is a free application that brings back classic Windows Start Menu for Windows 8 and Windows 8.1. It disables hot corners and the charms bar and kills Metro. You can pin applications to start menu easily, see recently used files for pinned applications and perform a search on Start Menu 8 , like you are on Windows 7's 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 = ''; } }