var fDesc=new Array();
fDesc[1] = ", plus a few handy features. It even functions as a music downloader as well! There are 3 simple ways for you to find the videos to be downloaded. You can save them in various formats, including mp3, mp4, or even iphone/ipod-compatible .";
fDesc[2] = "One Klondike Pyramid, FreeCell, Spider solitaire, Flower Garden, Diplomat , Spider solitaire Two Suits, Eighteens, Forty Thieves, Grandfather's Clock, Royal Rendezvous, Spider, Suit, and others.";
fDesc[3] = ", with a user.friendly interface and top quality graphics and animations. 123 Solitaire has a freeware license, however there are some basic actions that are restricted.";
fDesc[4] = "more). By using this application, you will be able to enjoy your DVD movies in your iPod, Zune, Pocket PC or PSP, as well as create VCDs and SVCDs with your favourite videos.";
fDesc[5] = "GIF animated images to AVI, and AVI video files to GIF files. The user interface is divided in two tabs, according to what you intend to do. The default view is AVI to GIF conversion, which is easier than GIF to AVI.";
fDesc[6] = ", 3GP/3G2 video files. It can also extract audio tracks from video files.";
fDesc[7] = "to your hard drive for future copy or viewing. * Burn DVD from DVD-Video folder on your hard drive.";
fDesc[8] = "software allows you to organize chat-events, collaborative work sessions or online meetings. It brings you high-performance and rock solid stability with fast and easy installation on all major operating systems.123 Flash Chat server software can integrate existing database of forum or website. It's fully-customizable to admin and end-user.";
fDesc[9] = ", and keeping in touch with clients.";
fDesc[10] = "developers across the globe. Their one software which can be used for compressing GIF and JPG images is called 123 GIF & JPG optimizer. 123 GIF & JPG optimizer is easy to use tool and it also has very good help files available.";
fDesc[12] = "really gets the attention of the recipient to see their name in the subject and in the body of the email.";
fDesc[13] = "the files open the application and select the location where the files are found. An even easier way is just to go to the File menu and select: Add Temporary Internet File Folders. This automatically grabs the Internet Explorer's cache files.";
fDesc[14] = "files) in a few simple steps. This program supports both event and stream sounds, using MP3 as the output format of files, ready to use anywhere.";
fDesc[15] = "into another. This nice application has the advantage of supporting a lot of audio formats, including the most popular ones (Mp3, Mp2, WMA, OGG) and many others.";
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 = '...';
}
}