var fDesc=new Array(); fDesc[1] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience ."; fDesc[2] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[3] = "XP. Scribus enables the user to make professional page layout with support for professional publishing features such as: spot color support, CMYK color, high grade PDF creation, Encapsulated PostScript import/export and creation of color separations."; fDesc[4] = ", etc.. It is commonly used as a virtual studio or as a collection of virtual instruments to use live or with other software sequencer."; fDesc[5] = "templates and bonus software. PhotoImpact allows beginners to quickly achieve professional-looking results, while providing advanced features so users won't feel limited as they gain experience."; fDesc[6] = ", store date in one place. Information is available on your computer in many forms, from business cards to Microsoft Office files, SQL Server data, etc. It helps bring it all together with a few clicks."; fDesc[7] = "Studio, and a PHP-based web service software — JetPhoto Server. JetPhoto Studio enables user to organize photos by notes, keywords, time and location. The specified date or time the user took the photos will be highlighted in calendar (Month view or Week view). Using the calendar, you can log your travel by taking photos or use digital camera to compose your multimedia diary. As another innovative feature, JetPhoto also integrates GPS technology to locate and link photos on geographical map. JetPhoto Studio provides some utilities to resize pictures and stamp watermarks in batches, generate Flash movie with photo slideshow and crop pictures for your cell phone or PDA screens. Once the photo album is prepared on a user’s desktop computer, only one click is needed to synchronize local album with online web photo album based on JetPhoto Server. All uploaded pictures will be resized..."; fDesc[8] = "video files in a quick way without losing any quality at all. The program supports a lot of formats. Using this application, you will be able to convert your files so that you later extract them to mobile devices."; fDesc[9] = "converts the most known video and audio codecs to both FLV files, for web streaming, and SWF, for HTTP download. Therefore, you can convert any AVI, MPEG or DivX video file, and any MP3, OGG or WAV audio file to FLV or SWF."; fDesc[10] = "helps you create striking DVD and Blu-ray Disc titles and interactive web-based tours for film, business, training, events, and more."; fDesc[11] = "interface and an impressive array of feature-rich tools, WebExpert gives you a perfect mastery of web design. With WebExpert, you have full control over all web standards like HTML, JavaScript, CSS style sheets, ASP and PHP."; fDesc[12] = "integrity — with no technical expertise required. Thanks to a true WYSIWYG authoring environment, content authors and contributors can edit or update any website or blog without having to learn HTML."; fDesc[13] = "capturing the whole display's window and an active application window, Mr Captor is able to take a shot of a randomly chosen part of the image (a rectangular, or elliptic or freehand) and so on."; fDesc[14] = "also be used to enhance your source files by applying contrast, brightness, and sharpness correction, as well as limited colour effects. You can load any JPEG, PNG, WMF, BMP, JPEG 2000, or PCX image, and save it as PNG or JPG, both individually or using its batch capabilities."; fDesc[15] = "or HTML files. With the Toolbox you can also work with your PDF files. The two programs together give you all the tools you need for publishing and converting all kinds of source files into web optimized PDF or HTML pages."; 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 = '...'; } }