var fDesc=new Array(); fDesc[1] = "ingredient lists, and creates web pages for your recipe collection too."; fDesc[2] = "(copy, paste, delete, etc), volume/balance change, fade in/out, and insert silence functions. Tag and other info display"; fDesc[3] = "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] = "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[6] = "plays results. Create sorted Text or HTML lists of all MP3's. Includes a Favorites list, color schemes, Tag file editor. Brilliant."; fDesc[7] = "as text, html or xls. Import lists created by other applications. Find duplicates in your list"; fDesc[8] = "over 340 family favorite recipes. Menu planner - helps you plan out your daily shopping trips and more."; fDesc[9] = "words are most common. This is a great tool for making vocabulary lists for children to learn and thereby increase their reading abilities"; fDesc[10] = "compile them .exe files using a simple programming language. Jarum-Game Creator v2.0 will not be out for a while but bug fixes and extra features will be added just check back here every month to find out. The great thing about Jarum-Game Creator is that it is 100% free and only takes up around 6MB of hard drive space! Here is a list of the things that come with Jarum-Game Creator v1.0"; fDesc[11] = "Collection. Instantly view your songs sorted alphabetically by artist or divided into selected groups. Sort songs into playlists that can be saved and edited with just a click of the mouse. View a list of the newest MP3s added to your collection. Rename files without worrying about paths or extensions. In a huge list, search for songs using any word or phrase when you can't remember the name or artist. Choose between any two players of your choice when you're ready to listen."; 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."; fDesc[15] = "the full version. A counter has been added to display the number of MP3's."; 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 = '...'; } }