var fDesc=new Array(); fDesc[1] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons."; fDesc[2] = "pretty easy to use. It takes just a minute to make a nice drop down menu with nice graphics and cool behavior, and without write any single line of code."; fDesc[3] = "program comes with DHTML & JavaScripts, a DHTML Menu wizard, a big bag of fresh Graphics and 40 bullet proof CSS/XHTML layouts"; fDesc[4] = "webpages in only a few minutes and without any prior DHTML or Javascript knowledge. It features a nice and intuitive user interface with only one window with different tabs and allows you to preview the menu as you build it."; fDesc[5] = "menus,required Javascript and HTML code on the fly, so you don't need any additional graphics or programming skills and will get instant result."; fDesc[6] = "professional, high-quality navigational bars and DHTML menus. Xara Menu Maker produces dynamic hierarchical menus and permits anyone create a cool and clever DHTML menu with graphical NavBars."; fDesc[7] = "series of tools that help users to create pop-up menu, flash button, animated banner, etc."; fDesc[8] = "websites even without any knowledge of DHTML or JavaScript development. It can generate all types of menus compatible with all common browsers including the Internet Explorer, Firefox, Opera and Safari."; fDesc[9] = "programming or dhtml formatting is necessary; with DHTML Menu Builder you can easily create browser compatible dhtml pulldown menus in minutes"; fDesc[10] = "HTML knowledge required. You'll make great looking professional DHTML menus for your Website in no time !"; fDesc[11] = "compatible with all the latest web browsers available in the market. It creates all kinds of menus such as Popup menu, Dropdown popup menu, Horizontal navigation bar menu, Tree menu, Dropdown tree menu etc."; fDesc[12] = "ads without any knowledge of DHTML/Javascript. Increase your site's conversion rates unobtrusively."; fDesc[13] = "process with an automated wizard based interface. You can select from a set of 6 menus that are included in it or you can use your own menu with custom settings. All you have to do is enter some settings for your menu, and your menu will be generated in no time."; fDesc[14] = "publishing make the menu creation simple. Supports Windows Vista. Well integrate with Dreamweaver, FrontPage, Expression Web and GoLive."; fDesc[15] = "windows and hover ads without any knowledge of DHTML/Javascript. Increase your site's conversion rates unobtrusively."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }