var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "the beat, and what's more interesting debuts a new hearing \"Now Playing,\" which aims to compensate for the lack of displays offering a slideshow elegant and full of visual effects with photos and information about the artist that we are listening.";
fDesc[3] = "NBC, YouTube, MySpace, Google, Yahoo, to name but a few. . This powerful yet easy to use software offers a simpler and more comfortable way of watching thousands of videos without the need of using a browser and watching them in small windows within web pages.";
fDesc[4] = "engines, measure and analyze traffic to your site. Instantly find out which keywords fit in well with your search engine optimization strategy. Analyze how well your site is optimized for search engines and find recommendations how to improve your rankings. Automatically submit your site to the best search engines, find the regularly updated recommendations on manual submissions and registrations with pay-per-click search engines. Check your site rankings in over 100 search engines. Live traffic analysis will provide you with actionable insight based on up-to-the-minute trends. Using over 160 analytical reports you will understand your visitors and answer questions that influence the bottom line of your business: where they come from, what they want; and why they don";
fDesc[5] = "present are caused by spyware and processes that are not supposed to be running and actually are. For example, they say that if you can't connect to a wireless network outside of home, it must probably be spyware.";
fDesc[6] = "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] = "odds calculator, providing you with the odds and recommendations while you play, in real-time";
fDesc[8] = "of interest to those who want to discover new music and keep up to date with news about their favorite artists. What this plug-in does is keeps track of the media you play on iTunes, Winamp, or Windows Media Player, in order to provide you with daily music/movies recommendations.";
fDesc[9] = "recommendations, number of outs, over card percentages, online poker tells, pocket card ranks, pocket card nicknames and much more.";
fDesc[10] = "time histories and generate buy and sell recommendations. The Profit securities analysis tool can also be used to download hi...";
fDesc[11] = "powerful compression. Software Compress is the unique software for pack and protect your executables !";
fDesc[12] = "Windows systems Unset or blank passwords for user and Administrative accounts Enabled Guest Account Unencrypted Wireless Network Shared Folder";
fDesc[13] = "after sleeping.";
fDesc[15] = "effective four-quadrant approach to prioritizing tasks. It helps to set goals and pushes you to achieve them.";
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 = '...';
}
}