var fDesc=new Array(); fDesc[0] = "Start Menu X is a replacement of the system menu for professionals. Compatible with Windows 11. Power users know how inconvenient and time-consuming it is to launch programs from the system menu. Start Menu X replaces the yellow folder icons with application icons. Clicking on the folder launches the application. To access a submenu, hover the cursor over a folder for a few seconds. For the first launch, the application launched is determined automatically. Subsequently, the application that you most recently launched becomes the folder's "default application". This feature makes use of your visual memory, significantly accelerating your ability to find and launch applications. Split the contents of any folder into virtual groups without changing the location of files on disk. Virtual groups can be folded and unfolded. Thus, you can spend less time looking for things and change how information is displayed according to your circumstances. This feature appeared first in Start Menu X and is our invention."; 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 = ''; } }