var fDesc=new Array(); fDesc[0] = "Flash Menu Factory is a new application that allows you to create stylish and impressive navigation for your website.

FMF requires zero Flash knowledge. Creating flash menus is a matter of defining your menu’s text and the corresponding links, the rest is job of FMF.

Main features:

- Compatible with Windows 7 / Vista / XP / 2003/ 2K
- Creates classic drop-down menus as well vertical sidebars and tabs.
- Additional skins are available on the web.
- Customized animated backgrounds.
- Add a preloader with a single click.
- Colorize function will match any menu design with the color scheme of your web.
- Simple, hidden and floating menus.
- Menu files are always compressed in small size for fast web downloading.
- A variety of popup animations (unfolding effects) is available.
- Automatic sitemap generator.
- Web Publishing Wizard ensures easy integration with your website."; 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 = ''; } }