var fDesc=new Array();
fDesc[1] = "several text tools to configure the aspect of the subtitle, and video editing tools that allow inserting dialogs in sync with the video. Also, it allows you to write subtitles directly or import them from a previously made subtitle file.";
fDesc[2] = "formats. It also can play digital media files protected by DRM-X platform. Haihaisoft Universal Player has Internet Explorer embedded. That allows the user to surf the web while playing files, using only a program.";
fDesc[3] = "enable you to playback and encode most of the formats currently available. During the installation, informative menus will warn you about options that may cause troubles, like some old codecs. The installation will ask you what to do.";
fDesc[4] = "from video sharing sites in the web such as YouTube, Google Videos, MySpace, Yahoo Video, and other similar sites. This application is useful to capture playing videos automatically, and with a really fast download process.";
fDesc[5] = "experiences with Microsoft Silverlight. Microsoft Expression Encoder 2.0 is a tool that simplifies analog data into figures conversion processes, improves image quality and publication of multifunctional media content.";
fDesc[6] = "and Flash Video (FLV) into all popular graphic formats such as Projector EXE, AVI, animated GIF and frame-by-frame JPEG/GIF/BMP image series targeting almost any potential customer.";
fDesc[7] = "1.8 is a simple and easy way to let you watch your favorite Youtube videos anytime you want in your computer, even when you're not online. The program is very easy to install and you can have a free download version to check it out by yourself and see that it is indeed a really good application.";
fDesc[9] = "other packages this simplify the user experience. When you install the program you must to configure it, the first things that the program show is your connection speed you can choose between modem, ISDN, ADSL or your office connection.";
fDesc[10] = "free and very easy to use tool to get Flash (SWF), video (FLV) format videos from the Youtube web site. Downloaded video files can be played or exported to different locations.";
fDesc[11] = "and configurations, then FileCroc is an option to try. This P2P client is almost a copy of the Ares client with the older skin, and operates through a decentralized 'unnamed' network, but it is clear that it is the Ares network";
fDesc[12] = "WMVs to Flash fast and easy. Just choose your videos and pick a Player Skin and you are ready to upload your movies.";
fDesc[13] = "YouTube, Yahoo Video, Google Video, Metacafe, and more so you can carry and play internet media in different portable video devices such as iPod, PSP, etc.";
fDesc[14] = "open the program we can find a startup wizard window that has two options create a new video project or open a previous video project, we can skip it.";
fDesc[15] = "uploading to web and web streaming. Original (input) video formats supported, such as AVI, Microsoft WMV, MPEG, ASF, MOV, etc. will be converted to FLV format, for web streaming. User can set video bit and frame rates, window size, and audio sampling frequency, channels, bit rate, etc.";
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 = '...';
}
}