var fDesc=new Array();
fDesc[1] = "play DVD also. One feature to be noted is that there is a built-in converter that can convert many media files to AVI or DIVX. \"AVI Doctor\" in the \"Setup\" page can repair AVI files that have been damaged probably by a P2P download that hasn't been 100% completed.";
fDesc[2] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[3] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it.";
fDesc[4] = "your webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window.";
fDesc[5] = "the finished page will look exactly the way it was designed. All you have to do is to point and click on desired functions, creating a web page without learning HTML.";
fDesc[6] = ", Mov, Flv and all other popular video and audio formats (Mp3, Wma, Ogg, Mpeg-1,Mpeg-2, etc.) as well as DVDs, CD Audio and Swf Flash Files. It can play even DivX files, with or without subtitles.";
fDesc[7] = "formats.With All Converter,you can convert MP3 to WAV,MP3 to WMA, MP3 to OGG,MP3 to VQF, WAV to MP3,WAV to WMA,WAV to OGG,...";
fDesc[8] = "WYSIWYG mode, with little HTML knowledge or experience. You can build your pages dragging and dropping images or text until you get the desired look. Then you can upload them to your Website.";
fDesc[9] = "to make fast edits and intuitive, task-based tools to clean up recordings, polish voice-overs, customize music, modify sound effects, apply high-quality filters, and much more.";
fDesc[10] = "(SWF) into different video formats such as AVI, MPEG, MP4 and many more. Using this software, you will be able to convert your files so that you can later play them in almost any mobile device such as iPod iPhone, mobile phones, PSP player and more.";
fDesc[11] = "can use in texts on your web site, add a link, modify the colors, text, and size. You can also create a banner or an introductory page.";
fDesc[12] = "interface has transparencies effects, in a Vista fashion. The game rules are that of the regular solitaire that´s included with Windows.";
fDesc[13] = "quick, and you can create your flash album or flash movie just by few clicks - so even a normal user who doesn’t know anything about flash development can easily use this software to create flash album or flash movie. Its user friendly interface will not bother anybody.";
fDesc[14] = "variety of audio and video files, including VCDs and DVDs. This application is a little different from other video players because it has some video editing tools that will let you modify some aspects of a video, its color, rotate images, etc.";
fDesc[15] = "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[17] = "aquatic world. This exotic screensaver brings to you lively scenes of the aquatic world in an animated mode. The screensaver spreads a relaxation effect with its animated images of the most beautiful living nature pictures from the depth of the sea.";
fDesc[18] = "enhancing it with stylish fonts that can be created with this exclusive tool. This economical tool is enhanced with a simple interface which includes the following options: preview pane, enter sample text pane, tags pane, fonts selection pane, and effects pane.";
fDesc[19] = "template based web developers, because everyone uses menus and buttons on the sites. But creating Menus and buttons from scratch by using web programming languages and graphics tools is a lot of time consuming task.";
fDesc[20] = ", streaming audio, mic input, line input, QuickTime, Real Player, flash, games, CDs or DVDs to MP3, WAV, OGG or WMA format, that you can use to save that content to digital format, in order to play them on digital devices, or store them in CDs, DVDs, Blu-Ray or HD-DVDs.";
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 = '...';
}
}