var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone.";
fDesc[3] = "you to download and install. This is not done automatically; the program lets you choose whether or not to use the update found. Each update is listed with a detailed description in VersionTracker's interface.";
fDesc[4] = "choose from a great variety of solitaire games, from the challenging Scorpion to a relaxing game such as classic solitaire.";
fDesc[5] = ", AVI, MPG, ASF, WMV, WM, SND, AU, AIFF, M1V, MP2. The list and played position saved automatically. M3U playlist editing.";
fDesc[6] = "clean up your tracks’ metadata among many other things. The program also has the ability to scan the first seconds of a track, then compare it with the Gracenote catalog to identify it, and finally fill in your missing data automatically as well as grab the album art.";
fDesc[7] = "and 2 great Australian tracks. The tracks are beautifully modeled and the cars look good too. It is free so every racing fan should check it out.";
fDesc[8] = "connected to an audio system to deliver sound in an event. Traktor DJ Studio 3.3.2.060 can add effects to the music, mix the tracks, do scratching, and lots of other effects.";
fDesc[9] = "the role of a motorcycle trials rider trying to complete dangerous and challenging tracks. You may fall foul of the obstacles sometimes, but it is still fun.";
fDesc[10] = "Garmin, Lowrance, Magellan, Eagle, Brunton, Silva and MLR for the uploading or downloading the waypoints, routes and tracks and most brands of GPS receivers for real time tracking of GPS position.";
fDesc[11] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more.";
fDesc[12] = "free, it also offers a huge package for your money. More cars, an amazing number of tracks, and hour after hour of great harmless fun. This is one of those games that are simple yet incredibly fun and addictive.";
fDesc[13] = "download disc info from FreeDB (an Internet compact disc database) and to copy them to the local disk. This incredible program enables you to make direct digital copies of your personal audio-CDs at a hard drive in the most popular compressed digital audio formats.";
fDesc[14] = "information that slows your computer down and occupies valuable space of your system. The program is fully customizable and performs scanning of your computer, you can specify what exactly you want to scan and also schedule scans.";
fDesc[15] = "necessary features: auto sound tracks creation, a real-time preview, auto edition of any sound file, mixing and so on. It supports Windows Media and Quicktime video formats. Handy design will do for both professionals and novices.";
fDesc[16] = "erasing most privacy threats in your machine including Internet history, cache, cookies, index.dat files, auto-complete forms, search assistant, recent documents, open/save dialogs, run files, Mozilla Firefox, Google Toolbar and more.";
fDesc[17] = "stored in their computer, being tracked. Anti Tracks is an excellent software tool which saves users from such threats. With this tool, users can remove the unnecessary files which are automatically stored when visiting various sites.";
fDesc[18] = "function, Audio MP3 Maker can work as a freedb-aware CD player.";
fDesc[19] = "and temporary files. Removing or deleting of history also helps your computer to work smoothly. But removing all these tracks manually is not so easy and mostly users don’t know what to delete and where to find all those history tracks.";
fDesc[20] = "the form of cookies, cached files, temporary files and others. If we don’t want another person to get access to this information we should have a reliable tool for erasing such type of data. Web Tracks Eraser is a small utility that perfectly suits for becoming such a tool.";
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 = '...';
}
}