var fDesc=new Array();
fDesc[1] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages.";
fDesc[2] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[3] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other.";
fDesc[4] = "activity, it is primarily intended for gaming.";
fDesc[5] = "program lets us add a watermark in it we can add input text or image logo, we can add text or choose our logo, can selct the position, the angle and the transparency.";
fDesc[6] = "facilitate the user to watch all the favorite videos and all common movie files. It has really attractive features like high visual clarity, stability, great speed and efficient performance, totally customizable skins, convenient interface having context menu, OSD.";
fDesc[7] = "in IE, Firefox, and Flock: your login credentials, credit card numbers, passwords, search terms, Java, Flash, PDF Forms, as well as your web email. It performs the encryption at the keyboard driver level and decrypts them in the destination application.";
fDesc[8] = "Assistant Director Wizard who will help learners to create slide show very easily, effectively and in a professional manner. Importing of video clips or photo is just a click away and user can select more than one at a time which is the unique feature in its category.";
fDesc[9] = "sprites!";
fDesc[10] = "Screen button, but allows you to do more in a single keypress.";
fDesc[11] = "any project you have on your mind. The Pro version provides powerful maths, multiple overlay laps and unlimited components. This is the data acquisition software to have.";
fDesc[12] = "machine. The XVD player comes with a number of impressive features such as capability to play the encoded XVD videos and ease-to-use control panel with all the essential controls such as play, pause, stop, fast forward and rewind.";
fDesc[13] = "AVTJet Video Studio will help you make an excellent movie.";
fDesc[14] = "interact with windows outside the game, but without \"Alt-Tabbing\" and requiring the game to reinitialize its graphics.";
fDesc[15] = "of image, Alpha value. Convert, Merge, Split video/audio file to WMA Convert video/audio file to MPEG1, MPEG2, VCD, SVCD, DVD, WMV, AVI.";
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 = '...';
}
}