var fDesc=new Array(); fDesc[0] = "Classic Start Menu is considered as a perfect replacement to Windows 7 Start Menu. It helps you to find programs and folders many times faster. You always know where you put your things because folders expand when you hover over them. Besides, you can still enjoy your favorite "quick find" feature available in Classic Start Menu. On the whole, forget of all the features which you dislike in Windows 7 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 = ''; } }