var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer."; fDesc[4] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF."; fDesc[5] = "as ducks, flags, clouds, and many more. Also, you can reverse the colors, solarize the image, apply effects and so on. The options are endless and if you find that the preloaded choices are not enough, you can always download more."; fDesc[6] = "additional options for the video production. Different versions are available. Users are encouraged to choose the version that is suitable for their needs; as each version offers different specifications."; fDesc[7] = "file. Very useful when you are out of home and want to see for your childs."; fDesc[8] = "formats like mp4, 3GP, MPEG, MOV, WMV, SWF; split video to multiple files; and burn DVD movies. It can also extract audio from your video."; fDesc[10] = "WMV movies to disk or email. A year of video capture fits in 100GB. Also works as FTP and HTTP webcam."; fDesc[11] = "playback alarm sound, run external programs and much more."; fDesc[12] = "and family in real time on the Internet. Your webcam comes alive, ready when you are, with our motion detection feature."; fDesc[13] = "Video feed' feature and the 'motion detection' feature you will never need to use any other cam software"; fDesc[14] = "Bluetooth!"; 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 = '...'; } }