var fDesc=new Array(); fDesc[0] = "Manage all your most used files, Internet Shortcuts and drives. It will run all your old DOS programs and new windows utilities. Configure by Drag & Drop to menu bar or use the feature packed setup program to access all theadvanced features. You might even use different user profiles. It installs itself to your windows desktop and you have one-click access to all your favourite files. Win Menu 3 also brings a whole new set of tools."; 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 = ''; } }