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. You can either define fixed menu items or set up the menu items dynamically, using server-side scripts. 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. No HTML / JavaScript knowledge required. Program features include: 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); Compatibility with all popular browsers (Internet Explorer 4.x, 5.x, 6.x, Netscape 4.x, 6.x, Opera 6.x, 7.x, Mozilla 1.x) and platforms (Windows, Unix, Mac); Integration with frame-based and DreamWeaver template-based websites; 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 = ''; } }