var fDesc=new Array(); fDesc[0] = "Classic Start Button adds the much needed and much missed Start button into Windows 8 and Windows 8.1. Once installed, all the menu options, files, and programs users have used since Windows 95 will displayed in the Start menu. Start Button and menus can be in different styles:- Windows XP, Windows 7, or Windows 2000, Windows ME, Windows 98, Windows 95."; 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 = ''; } }