var fDesc=new Array(); fDesc[0] = "With this program you can add a DHTML drop down menu to your web site within a few minutes. The program comes with hundreds of predefined attractive graphical looks and supports easy integration with existing web sites whether they're based on frames, server-side includes or DreamWeaver templates. Included are free plugins for DreamWeaver, GoLive, FrontPage and NetObjects Fusion. No HTML / JavaScript knowledge required. Program features include: XHTML-compatible output, Very small size of the generated JavaScript code - usually araund 10KB (depending on the selected features and target browser the size is guaranteed to be between 8KB and 16KB); XML support; Compatibility with all popular browsers and platforms (Windows, Unix, Mac); Possibility to use cool bitmap backgrounds and even rare fonts (since the texts for the top level menu can be saved as an image); You can customize the DHTML menu to the smallest detail; User can scroll between popup menu items if the menu doesn't fit on the screen; Great performance even with large menus (menus are loaded and built on demand); You can easily include any number of horizontal / vertical DHTML drop down menus into a single web page or multiple web pages; Optional creation of PHP / ASP / SSI / JSP / FrontPage / ColdFusion includes; You can apply cool effects to the menu (such as partial transparency or fading); You can create as many DHTML menus, for as many web sites as you like, when you purchase a single license!"; 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 = ''; } }