var fDesc=new Array(); fDesc[0] = "Horizontal Flash Menu Wizard creates a flash based navigational dropdown menu for a web page. And it creates the menu by using wizard based settings which is very easy to use, even a novice can use it easily. Horizontal Flash Menu Wizard comes preinstalled with a number of templates which can be edited or you can create a new one according to your will. It is fully customizable with an excessive number of settings. Width and height of the dropdown menu can easily be set, and you can also set the background color and border color of the menu from the color palette. Fonts and sub menus can be set from a number of web based fonts. Alignments and margin settings of the menu are also present. It also allows you to use multiple menus in the same page. The flash menu code is fully compatible with all the browsers available in the market, it supports all the latest web standards. I recommend Horizontal Flash Menu Wizard to all web developers out there as it reduces the time needed for development."; 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 = ''; } }