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] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[3] = "The toolbar features instant access to AIM and AOL search engines, controls for playback, pause etc. You can listen to shoutcast radios and access free audio and music videos.";
fDesc[4] = "able to search for Winamp skins and plug-ins without having to open a separate website while they listen to their favorite music or watch videos.";
fDesc[5] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program.";
fDesc[6] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site.";
fDesc[7] = "skins and plug-ins without having to open a separate website while they listen to their favorite music or watch videos. Even more, there is a search field which can be used to access AOL's search engine and find information about one's favorite singer.";
fDesc[8] = "This tool stays in the system tray and also manages to change the look of your system clock and calendar with various skin change options.";
fDesc[9] = "an option for Date view also. Time format can be changed to 12 or 24 hours (AM-PM) It also offers the Time synchronization with the Atomic clock standard.";
fDesc[10] = "for the Winamp skin folder, then specify Windows Media Player's skin folder, and the program will start the conversion.";
fDesc[11] = "your own site. It's free.";
fDesc[12] = "through a well-organized interface consisting of multiple tabs to create and fine-tune your desired skin. The program requires WindowsBlinds preinstalled to function properly.";
fDesc[13] = ", we can start changing the clock properties. We can choose to show our local current time (12-hour format or 24-hour format, minutes, and seconds), our local current date, the day of the week, and the date and time for two other places located in different time zones.";
fDesc[14] = "gives the opportunity to have a highly customizable tray clock. There are a huge number of skins to suit everyone's needs and preferences. Some of skins make the clock bigger so that the digits are much easier to see. We can set up as many alarms as needed.";
fDesc[15] = "plug-in for Incredimail, so you need to have Incredimail installed in order to run this program. By using Skin Creator you can decide how your IncrediMail will look.";
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 = '...';
}
}