var fDesc=new Array(); fDesc[0] = "ScriptOcean Flash Menu Wizard is a tool that lets you create vertical drop down flash menu for your website. You can choose from a list of 7 templates that come preinstalled with this software or you can create a custom flash menu. While designing you can control all the aspects of your menu such as appearance of your menus, font selection, font size, icons, colors, dimensions etc. and all this can be done using a very simple wizard based interface. Web professional will find it very useful as the flash menu can be customized to the extreme with a plethora of settings. The flash menu supports all the latest web standard and it is fully compatible with all the latest web browsers in the market. ScriptOcean Flash Menu also supports embedded fonts. You can even configure paddings and margins of you menu to get the look you want. There is a visual editor that guides you through the set-up process of flash menu and button bar navigation. After you have finished designing your menu an HTML file is automatically generated that carries the code of your menu. It is surely a must have utility for all web developers."; 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 = ''; } }