var fDesc=new Array();
fDesc[1] = "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[2] = "you to make screenshot from flash frames and save it as a graphic file. The program supports 13 different languages. You can save flash files right clicking on them, or using the provided IE Toolbar.";
fDesc[3] = ", Camcorders, and Network IP cameras. The program broadcasts captured content from your computer or uploads it to FTP server. Broadcasting can be viewed using any Internet browser; no plug-ins or downloads required. The program performs simultaneous recording and broadcasting from unlimited number of cameras. Your camera/cameras can be used as surveillance system. When the program detects motion in the monitored area, it sounds alarm, e-mails you captured images, starts broadcasting, or records video. Live broadcasting as well as recording can be password protected that all video and audio are scrambled and cannot be watched without valid password. The program has features to place image overlays and date/time stamps, adjust picture size/quality, and Pan/Tilt/Zoom control.";
fDesc[4] = "dial-up network. IM Magician was developed to work as an additional utility and as a standalone application. It is used with other chatting programs, such as Skype, MSN, QQ, Yahoo Messenger and others.";
fDesc[5] = "generate GIF images by means of this program, or we can create our images with the program's editor - there we can draw and handle different effects that can be added to our drawings. The program supports more than 48 formats, some of them are GIF, JPG, PNG and more.";
fDesc[6] = "ceated. A menu with music can be designed. The buttoms and background can be customized. Standard can be selected. And most important: the DVD can be burned.";
fDesc[7] = ", sound operations etc. AVI toolbox is utility that splits the audio and video separately for video or audio based operations. It provides the convenience to burn the video files into CD with the help of the respective burn software support.";
fDesc[8] = "own voices Then you can publish it as Flash movie, HTML, AVI video, executable file (EXE), screensaver, or wallpaper.";
fDesc[9] = ", which will lead to an increase in the selling rate of your photos and work. The program gives you the ability to create, manage and organize an album easily by a 3-step quick start wizard to guide new users opening a folder of images.";
fDesc[10] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT.";
fDesc[11] = "This style pack is best suited for photo slideshows, tributes or memoirs, romantic pictures/video. This style pack has 6 slick photo styles that bring any treasured memory to life with depth, color and motifs on frames.";
fDesc[12] = "The program has not a very intuitive and attractive interface. You will be able to add animation effects, frames and masks to the files and adjust transition and video filter.";
fDesc[13] = "different effects to apply for rendering, improving, modifying and fiting standars for web pages, DVDs, etc. For hobbysts and professional users. It offers a high variety of native effects to apply.";
fDesc[14] = "and image from DV, TV tuner, and other device like USB Cam. You can edit media files already saved in your computer. It also has the function of motion detection to set alarms. Supported video formats: AVI and MPEG.";
fDesc[15] = "explore and customize for an immersive and entertaining desktop.";
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 = '...';
}
}