var fDesc=new Array();
fDesc[1] = "networks: eMule, Gnutella, BitTorrent and Gnutella2. Shareaza is FREE and contains NO spyware or third-party products.";
fDesc[2] = "songs to fit your mood, or create an instant music mix based on your favorite song. MoodLogic makes it all possible. MoodLogic was founded by music lovers who realized they were not getting the most out of their extensive music collections. Drawn by the potential of digital music, the MoodLogic team converted their music collections to MP3 format years ago. Still, something was lackingÂ… the abilities to quickly and easily navigate their collections and the compile excellent playlists. They were further disappointed by the inconsistent labeling of their songs by ripping software and services. The team created a system that could look at music on a track-by-track basis, using digital signal processing, data mining, expert ratings, collaborative filtering, and other classification options. Soon, thousands of music lovers were flocking to MoodLogic's beta site, Jaboom!, an online...";
fDesc[3] = "Transport Tycoon Deluxe or OpenTTD places you as a transport company owner and the target of the game is to be the most successful transportation company. OpenTTD works on Mac OS X, Linux, UNIX, BeOS, OS/2, and Windows platforms.";
fDesc[4] = "data from i-pod or iphone to the PC or Mac. It supports all types of i-Pods and i-Phones. Different data, such as play list, art album, ratings, etc., can be transferred into i-Tunes. Users can easily manage calendars, contacts, notes and much more on the i-pod.";
fDesc[5] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more.";
fDesc[7] = "a complex system that allows you to retrieve myriad classifications and data about the desired broadcast. Also, it allows you to tune internet TV broadcast.";
fDesc[8] = ", Tags View - which assigns keywords, categories, ratings and captions to selected fonts. Font Manager 2.0 is also equipped with DB Search view - which would quickly search all your fonts by font name, keywords, categories or ratings.";
fDesc[9] = "The program will display your audio files information everytime they are played. This software will also download information from Internet and will show it automatically to you. You will know more about your files' information.";
fDesc[10] = "much more from iTunes to WMP and vice versa. Apart from this, Music Bridge is capable of copying album art from a .JPG folder or from an album art file, export iTunes ratings to XML file.";
fDesc[11] = "launches an easy to navigate Windows style interface which presents you with tabs for more specific information about pinout, substitute, ratings, short data and the Links tab that includes URL links to data sheets for more than 9,500 vacuum tubes on the Internet.";
fDesc[13] = "copy-away feature to copy selected MP3's in the Excel-Sheet to a different location.";
fDesc[14] = "into iTunes without losing any of your personal data, such as playlists, ratings and play count.";
fDesc[15] = "best-industry methods like Ultimate Serra Sire Ratings and Gold Standard. This tool can load and print various types of race cards and analyze the data provided within.";
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 = '...';
}
}