var fDesc=new Array(); fDesc[0] = "By using the Free DB Grabber software, the user will be able to obtain full discographies of all of the better or less known bands and singers. How is this possible you may be asking? The data that you have searched for is retrieved by freedb.org. This is one of the World's largest musical CDs databases available. Once the data is retrieved with the help of freedb.org it is delivered to the user's desktop. You are then free to search through the information that is provided in an easy to view outline.

It is very easy to search and have freedb.org retrieve this information with this software. By going to their search field and entering the singer's name or album title that you're looking for, their incredible and extensive database will bring this data and information to you in the format mentioned above. The data is displayed very visually and user friendly. It is in the form of a catalogue, which has been sorted for your convenience by singer, album or track. Once the data has been retrieved and you're happy with the results, why print it out and write it out by hand. Free DB Grabber has incorporated the ability to save all of your search results (discographies) for your future needs, on your hard drive.

You can also use the Free DB Grabber to export the displayed catalogues to RTF (MS Word) Format. As I mentioned, this will save you time having to write it out by hand, but also share it with others or add it to your hard catalogue for future reference. You can save the catalogues, as mentioned, but you also have the ability to not only view it again in its native format, but it can also be viewed and merged with other saved catalogues. You can easily download it to your PC or pocket PC."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }