var fDesc=new Array(); fDesc[1] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other."; fDesc[2] = "Assistant Director Wizard who will help learners to create slide show very easily, effectively and in a professional manner. Importing of video clips or photo is just a click away and user can select more than one at a time which is the unique feature in its category."; fDesc[3] = "and puts them on your web site with FTP. You can add effects like text messages, time stamps and an overlay image. You can superimpose a logo, or any image you want, on top of your webcam image. The following image formats are supported: JPEG, GIF (transparency is supported), PNG (transparency and alpha are supported), BMP, TIFF and WMF. You can now trigger your camera with the ATI Remote Wonder. Instructions for configuring this plug-in are provided with Fwink."; fDesc[4] = "features give full command over editing and mixing videos, photos and sounds altogether. It supports all common video formats like AVI, WMA, WAV, 3GP and supports all common photo formats like BMP, GIF, and JPEG."; fDesc[5] = "merge wizard you can seamlessly add watermarks or fade a logo onto multiple images in a single batch process."; fDesc[6] = "original sound track, using exclusively subtitle translation. The file of subtitles should be in SubRip format (extension .srt). The program supports connection and viewing simultaneously of two different subtitles that can be useful for people studying foreign languages. Titledrome has various settings, including mobile changing of subtitles viewing speed when time indexes of subtitles do not coincide with pictures. It has an integrated manual."; fDesc[7] = "music, add sound effects and transitions, improve quality and publish online or burn it on a CD for distribution. The interface is simple and intuitive. It runs on Windows 2000 and XP."; fDesc[8] = "Astrology is the study of the position of the sun, moon, planets and the stars at you birth time. Astrology deals with the affect of these positions on your life."; 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 = '...'; } }