var fDesc=new Array(); fDesc[0] = "Classic Shell is a free program that improves your productivity and enhances the usability of Windows. It features: highly customizable start menu with multiple styles and skins, quick access to recent, frequently-used, or pinned programs, toolbar and status bar for Windows Explorer, caption and status bar for Internet Explorer, and more."; 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 = ''; } }