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] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[3] = "publishing make the menu creation simple. Supports Windows Vista. Well integrate with Dreamweaver, FrontPage, Expression Web and GoLive."; fDesc[4] = "Internet Explorer and Firefox. Take notes about bookmarks, search, preview sites, import/export, view as web pages, synchronize, manage duplicates and more"; fDesc[5] = "will maximize your Website's Search Engine Ranking. FREE TRIAL."; fDesc[6] = "them to use. It's fast and easy for you to set up and maintain. And the price is right... FREE!"; fDesc[7] = "something to offer for everyone. FileQuest XP Gold is a Microsoft 'Best Choice Shareware' awarded File Manager. Download your FREE 50 day trial today!"; fDesc[8] = "information you need with WebSeeker."; fDesc[9] = "to hundreds of search engines and Internet directories and rank your site to see how visible you are on the major engines. Website ranking analyzer, HTML doorway page builder, Link Popularity analyzer & Keyword suggestion tool."; 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 = '...'; } }