var fDesc=new Array();
fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[3] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively.";
fDesc[4] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system.";
fDesc[5] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting.";
fDesc[6] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price.";
fDesc[7] = "\"these expressions\" in our computer, making a single call from our computer to others. This software called Microsoft Life Cam version 2.4 is a single program which works with several kind of cameras and of course we can enjoy and talk in a video-conference way.";
fDesc[8] = "active presentations.";
fDesc[9] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC.";
fDesc[10] = "software makes it easier than ever to do the things you want with your camera. This version has a new interface, and support for Windows Vista.";
fDesc[12] = "and geographical capabilities using built-in user-friendly features for easy operation and exploration. The program is educational for users of all ages and for families with school-age children.";
fDesc[13] = "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[14] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[15] = "the actions that need to be done after taking a photo - that is, transfer it to the PC, edit it, and, finally, create a presentation or print it.";
fDesc[16] = "share your home movies on your computer. With this tool it is easier; to make changes in your movie by editing some shots, drag and drop certain clips in your movie.";
fDesc[17] = "camera's built-in functions. Not only does ZoomBrowser EX provide a simple straightforward procedure for everything from downloading, organizing and editing images through to printing your images or sending them as e-mail attachments, it also offers a range of features specifically designed to combine with and make the most of your camera's functions. Some of these features are RAW image processing, panorama image composition, and a remote shooting function that lets you control the camera from your PC. ZoomBrowser EX -- software that knows your camera and will change your total digital camera experience.";
fDesc[18] = "or even retouch them.Photos can be uploaded from any photo capturing device be it a scanner or a camera or any other device.Photos can be printed or even sent to fax.";
fDesc[19] = "a few minutes. This incredible application features a very intuitive and user-friendly interface that enables you to turn ordinary videos into works of art in just a few steps.";
fDesc[20] = "Corel VideoStudio is software that is filled with a lot of “deliciousness’s and various beautiful things. As any other program of Corel this program distinguishes by its user-friendly and intuitive interface and inimitable style. You will be surprised how easily and quickly you can create your own home video with professional results!";
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 = '...';
}
}