var fDesc=new Array(); fDesc[1] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[3] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program."; fDesc[4] = "surround, dynamic boost, and Hyperbass. You can also change processing modes from a group of presets and listening environment between speakers and headphones."; fDesc[5] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc."; fDesc[6] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms."; fDesc[7] = "the click of a button, from NavBars with menus to animated banner ads."; fDesc[8] = "create boot image files, and generate the bootable ISO file as well, that you can use to burn on a CD/DVD."; fDesc[9] = "customizable. Users can download hundreds of themes and bars for it from the theme library on www.wincustomize.com."; fDesc[10] = "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[11] = "and ASCII, view and play all chords, view and play over 1300 chords, scales, and modes on the neck, tunes an instrument, allows play with a metronome, harmonizes and identifies chords, scales, and modes, and allows play of common multimedia files."; fDesc[12] = "navigation buttons and DHTML customizable sub-menus for their websites. The program includes many beautiful ready-made templates for one to choose from."; fDesc[13] = "stand alone applications requiring a more effective look. Easy creation of button collections and navigation bars."; fDesc[14] = "informed in the same way as those ticker bars known from various TV stations. Never miss any breaking news!"; fDesc[15] = "program includes two generations of buttons that are customizable. The first generation is suitable for web-based hyperlinking, featuring custom text color and tinting for each button. The second generation of buttons features liking options and PowerPoint navigation support."; 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 = '...'; } }