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] = "experienced users. You can choose over 200 templates to make your work more creative. You can create wide range of projects such as collages,comic strips, calendars, greeting cards."; fDesc[3] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures."; fDesc[4] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars."; fDesc[5] = "you to easily import video and images. It supports multiple formats including 3GPP, 3GPP2*, AVI, MPEG-1, MPEG-2, MPEG-4, WMV, and ASF.The program allows you to import images from DSC cameras, memory cards and local hard drives."; fDesc[6] = "for an immersive viewing experience. COOL 360's intuitive interface and easy-to-use wizard deliver great-looking panoramas fast while advanced warping, blending and alignment tools ensure excellent results."; fDesc[7] = "animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence."; fDesc[8] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[9] = "program has a handy interface which lets you deliver panoramas fast. You can also stitch, warp, align or blend photos using some tools, share images as a exe.files and show them in your documents and presentations."; fDesc[10] = "easily and quickly. Get professional results with its more than 800 special effects, countless editing combinations and an extensive range of presentations and photo projects. It supports 20 different image file formats."; fDesc[11] = "projects from still images, such as collages, calendars, video slideshows with menus, greeting or congratulation cards, creation of web templates and many more. It runs with Windows XP and Vista, requires 512 MB RAM and 1 GB RAM respectively."; fDesc[12] = "photos from any of your drives or import them automatically from your digital camera, chose one of the Instant-Show themes available and burn your slideshow to CD or DVD. Personalize it by adding menus, music, text, narration, transitions and digital effects, all in minutes and with amazing results!"; fDesc[13] = "DVDs. You will be able to include complex menu navigation, multiple subtitles, and multiple audio tracks in your projects. The program will run on a system with resolution of 1024 x 768 pixels or better"; fDesc[14] = "high-quality audio DVD's, CD's, and data discs. It allows up to 6 hours of full CD-quality songs or 45 hrs of Dolby Digital Audio or MP3 on a DVD disc."; fDesc[15] = "a picture can work with 3d objects with the help of Unlead 3D Studio. Ulead 3D Studio can be used to create image sequence or GIF images,videos and the 3D Macromedia Flash movies.Ulead 3D Studio offers Easy Palette for the beginners."; 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 = '...'; } }