var fDesc=new Array(); fDesc[0] = "The Winstep Start Menu Organizer is an application designed to help you organize and clean your Start Menu.

Over time, as more and more applications get installed, the Start Menu can get so cluttered that you end up spending a lot of time just trying to find that program you want to run. This is where the Winstep Start Menu Organizer comes in: it allows you to quickly group your Start Menu shortcuts into a specific set of categories (e.g. Utilities, Internet, Office, etc...) thus making finding what you are looking for a lot easier and much faster!"; 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 = ''; } }