var fDesc=new Array(); fDesc[0] = "FastMenu offers the ability for anyone to swiftly create a clean, crisp auto-run menu for a CD or DVD. Created menus are simplistically designed, displaying a graphic followed by a column of buttons.

Minimal effort and time is required to create a menu with professional results. With FastMenu users can create simple or complex menu systems with the option of sub-menus; sound effects for menu start or change; commandline arguments; button spacing; individual button sizing, viewer installation menus and more.

FastMenu offers two methods to assist both new and experienced users to quickly create a menu: a friendly menu wizard with step-by-step instructions or a menu editor where changes can be viewed immediately.

The FastMenu Menu Editor enables you to interactively set up or alter your auto-run menu, as well as add more advanced functions. The program also supports nested menus, meaning you can include submenus, subsub menus, etc. All auto-run menu elements are changeable upon menu swapping (including the main image). The Menu Editor also supports drag and drop menu file opening, for easier menu creation and editing.

Main features:
-Open a document (or file) in the user's viewer.
-Open a document (or file) in your viewer.
-Start an application, with the option of passing a commandline argument.
-Open a directory in MS Windows Explorer.
-Open an Internet site in the user's browser.
-Send an email to a specified address, optionally setting the subject of the email.
-Open another menu (a sub-menu)
-Show a message to the user in a Windows messagebox.
-Do no action, but play your "noaction.wav" sound.
-Exit the menu."; 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 = ''; } }