var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "series of tools that help users to create pop-up menu, flash button, animated banner, etc."; fDesc[4] = "Factory comes bundled with 106 high quality menu designs."; fDesc[5] = "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[6] = "programming or dhtml formatting is necessary; with DHTML Menu Builder you can easily create browser compatible dhtml pulldown menus in minutes"; fDesc[7] = "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."; fDesc[8] = "navigation buttons and DHTML customizable sub-menus for their websites. The program includes many beautiful ready-made templates for one to choose from."; fDesc[9] = "Menu Maker anybody can create Drop down menus without writing a single line of code and in just few minutes your menu will be ready to insert in your site. Not only this, you can create horizontal and vertical both type of great looking drop down menus."; fDesc[10] = "builder requires no dhtml-Javascript experience from you, and you can easily link your web menus to your web pages in only seconds!"; 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] = "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[13] = "children while they are using the Net. This program has some great features. The web menu has no address bar so kids wouldn't be able to type addresses of the sites. And only selected sites can be opened by your children."; fDesc[14] = ", folders, Web sites, and send e-mails faster and easier using quickly accessible and easily configurable menu."; fDesc[15] = "publishing make the menu creation simple. Supports Windows Vista. Well integrate with Dreamweaver, FrontPage, Expression Web and GoLive."; 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 = '...'; } }