var fDesc=new Array(); fDesc[0] = "7stacks is a free utility for Windows 7 (also works in Vista and XP) that lets you create stacks just like on the Mac. It's the perfect way to reduce icon clutter on your Windows 7 taskbar, by combining groups of applications into a single icon. You also have a variety of different appearances and options to customize exactly how you want your stacks to look."; 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 = ''; } }