var fDesc=new Array(); fDesc[1] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20."; fDesc[2] = "guessing what songs are on what CD, get the label maker that automatically puts your track list on your CD/DVD label! Chock full of custom art for holidays and special occasions like Christmas, Valentines, birthdays, vacations, weddings and more! Automatically imports your track information from Acoustica MP3 CD Burner, WinAmp, Easy CD Creator or any other popular play list or previously burnt CD! Print on standard paper or stock sticker labels and jewel case templates."; fDesc[3] = "(copy, paste, delete, etc), volume/balance change, fade in/out, and insert silence functions. Tag and other info display"; fDesc[4] = "directory structure from any selected drive or directory. The program gives the output in the form of a text file. This program contains a very intuitive and user-friendly interface with no confusing and unnecessary options in it."; fDesc[5] = "and ASP Code. You can even generate an entire VB application or ASP web application, all derived from the tables in your database with one click."; fDesc[6] = "that you want, that you can copy and paste, save and print. This is very useful because it is difficult to remember exactly what folders are stored on your memory sticks, discs or external drives."; fDesc[7] = "plays results. Create sorted Text or HTML lists of all MP3's. Includes a Favorites list, color schemes, Tag file editor. Brilliant."; fDesc[8] = "as text, html or xls. Import lists created by other applications. Find duplicates in your list"; fDesc[9] = "over 340 family favorite recipes. Menu planner - helps you plan out your daily shopping trips and more."; fDesc[10] = "allows you to munch a single pages or whole web sites. If you don’t know where to find the appropriate pictures, you can search them by key words. Moreover, it can munch several web sites at once."; fDesc[11] = "The application allows its user to create personalized screensavers from Microsoft Office PowerPoint presentations, including the original sounds, or any other sound files selected by the user."; fDesc[12] = "Multimedia features include high quality sound and a built-in recorder so linking sounds to words in the spelling dictionary is easy."; fDesc[13] = "lists, household chore task lists, or project lists for work. Use your to do lists right on your computer or print them out and take them with you."; fDesc[14] = "moving to another computer), and offers a file list maker to build a searchable directory of files."; 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 = '...'; } }