var fDesc=new Array(); fDesc[1] = "files and folders and you can preview the file before you rename it. Ant Renamer offers several options to rename your files or folders."; fDesc[2] = "MuseScore, because this musical score editor will simplify your work, and your results will be exceptional. The final projects can be saved in many file formats, like PDF, MID, WAV, SVG, XML, etc."; fDesc[3] = "Its simplicity may be misleading because in addition to its playing and recording features, it offers a huge amount of different sounds, from Accordion to Xylophone."; fDesc[4] = "drag them from the Windows Explorer to the AF5 window. The application assists in changing the prefix or suffix of the filenames, replacing a string in the filenames, cutting characters from filenames, converting to upper case or lower case, custom set filenames."; fDesc[5] = "used on Christmas trees, these light bulbs will blink at the edges of the screen, while apropriate music is playing in the background."; fDesc[6] = "strings used in almost any programming language). This application is intended for programmers, especially for beginners to improve their programming skills, who have problems when interpreting and formulating strings."; fDesc[7] = "combines the great MiniMoog multi-oscillator sound with the fat sounds of the SVF filters - Oberheim styled. The SIMSYNTH 2.7 produces rich strings with surrounded brass and deep basses."; fDesc[8] = "strings of digits make things happen, things like the internet, the virtual reality, the artificial intelligence and everything else."; fDesc[9] = ", available for both Windows and Macintosh users, provides a variation of a reverb effect. Why we talk about a variation? Because the particularity of Piano Verb (from there its name) is to emulate the specific reverberant behavior of piano strings."; fDesc[10] = "exposes, b) code comments and c) variables, classes, function names etc."; fDesc[11] = "rename files by replacing strings of text, performing case conversion, creating numbered sequences, adding leading zeros and appending/prefixing information like file size, EXIF/ID3 tags information, date/time and last modified date."; fDesc[12] = "Yes you can easily program in your own sites to search. If there is a site you would like to search send us the name and will place the search strings on the strings page. NetSearch saves your searches on a results page. The program has been improved to allow all Hyperlinks on the searched pages to now connect. Versions before 3.0 did not have this feature. NetSearch remembers your settings including your last five search keywords, your favorite results directory, and the sites you last searched. NetSearch is ready to use. The 9 programmable sites are already set up with some of our favorite sites. Search for Stock quotes, Lettermans Top 10 List, Recipies, Windows Software including this site, the Bible etc... Take a look at the initial sites included in the program. Fast and easy browsing."; fDesc[13] = ", view files, display search strings, match text ,multiple text, uses files extensions & dates, files size, text, attributes & case sensitive,"; fDesc[14] = "text. & uses dates, size, text, & 90 multiple search strings, case sensitive, stored paths, explore archives."; fDesc[15] = "present in executables or libraries. It strips out blank space if desired and with drag and drop is easy and convenient to use."; 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 = '...'; } }