var fDesc=new Array(); fDesc[0] = "Flash Popup Menu Wizard is a tool that allows you to design your Flash-based vertical web menu in a few minutes and instantly see the results. The flash menu wizard program gives you complete control over appearance of your flash drop down menu, including options for specifying font, font size, icons, colors, dimensions, and more in a easy-to-use interface.

Flash Popup Menu Wizard does not use any image for drop down menu items. You can control the appearance of your popup menu with a mix of text, backgrounds, and collapsed/expanded icons. You can customize your popup menu with flexible properties, including hyperlinks, targeted window, background colors and icons. Flash Popup Menu Wizard allows only single level sub menus."; 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 = ''; } }