var fDesc=new Array(); fDesc[1] = "Macromedia Exchange site or you can create and install with Extension Manager 1.7. When you install Extension Manager 1.7, makes a search for previously installed extension."; fDesc[2] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[3] = "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[4] = "Tree Menu works well with Dreamweaver, Expression Web, FrontPage and Golive. And it can generate absolutely search-engine-friendly sitemaps."; fDesc[5] = "the click of a button, from NavBars with menus to animated banner ads."; fDesc[6] = "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[7] = "series of tools that help users to create pop-up menu, flash button, animated banner, etc."; fDesc[8] = "also from Adobe (formerly Macromedia). It is compatible with Windows XP with Service Pack 2; Windows Vista all flavors (32 bits editions) and requires1GB of RAM, 1,024x768 display with 16-bit video card."; fDesc[9] = "get ) products such as dreamweaver and sharepoint designer. Professor Teaches HTML Fundamentals provides HTML Basic training for only one andrew jackson bill (20 bucks), the content is delivered using voice and on screen samples and interactive menus."; fDesc[10] = "predefined designs and supports easy integration with existing web sites. FrontPage/DreamWeaver/ GoLive/NOF plugins includes."; fDesc[11] = "comes with nearly 500 ready-made menu templates, intuitive user interface and is compatible with all popular browsers."; fDesc[12] = "unified environment that lets you work more productively than ever before. Create web and interactive content and design websites. Enjoy new creative effects and controls, as well as productivity enhancements such as Multi-file Place and table and cell styles."; fDesc[13] = "publishing make the menu creation simple. Supports Windows Vista. Well integrate with Dreamweaver, FrontPage, Expression Web and GoLive."; fDesc[14] = "server-side scripts. The program comes with tons of predefined graphical looks and supports easy integration with existing web sites."; fDesc[15] = "to work with documents. With Word2Help you can use it for manage content too."; 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 = '...'; } }