var fDesc=new Array();
fDesc[1] = "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[2] = ", but will also make music selections for you according to the type of music you wish to listen to. Using the ID3 tagging system, Mufin MusicFinder will create playlists of your favourite music genres and will allow you to transfer the desired tracks to your portable player or to burn them to CD.";
fDesc[3] = "media to mp3, mpc, ogg, wav and WMA file formats. Recording tool enables the user to record custom sound files. You can create, delete or modify playlists or export as .MPL files for later use.";
fDesc[4] = "able, among other things, to extract any kind of file from your computer to your iPod and vice-versa. iPod Access for Windows 4.2 is very easy to use and has got a friendly and simple interface.";
fDesc[5] = "open the software we can find the Menu Bar, other toolbar, and three tags they are: Library, Folders and Pages. First of all we can open or download a free ecomic from the ComicRack page, after that in the Menu Bar we can Scan ecomic folders, export comic list or open ecomic and view the last.";
fDesc[6] = "studios and production environment. Artists and animators can create 3D scenes from great collection of premade 3D human models using intuitive and clear interface of this program.";
fDesc[7] = "managing them. The user can create Windows icons from digital quality images and photos, and the applications also permits exporting of icons to .bmp files along with the fabulous capability to even determine the transparency color as well.";
fDesc[8] = "and morphable scheme.This version has an in-built library of capacity 260 MB and a free ware version of this software is also available. However that works as a demo tool. The library browser in this software is based on disk program managing.";
fDesc[9] = "and technical diagrams, schemes, plans, etc. It contains many features else found only in very expensive packages, like automatic formatting and routing, rotation, customizable toolbars, professional color styles, graphics import and export, curves, flexible text support, and a library of ready-made symbols and templates.";
fDesc[10] = "video project, regardless of music knowledge or computer skills. The software includes a professionally recorded music library with themes especially suited for home videos. A simple three-step process lets you import video files, add music with the intuitive Maestro \"wizard\", and save the final soundtrack as a WAV file or combined with the movie. Additionally, export links let you drop audio files directly into several popular video editing applications including Ulead VideoStudio and Roxio Videowave. Movie Maestro creates perfectly timed, fully produced arrangements with complete musical endings, not mere fade-outs, to give your movies a professional \"Hollywood\" sound. If you can shoot it, Movie Maestro can make a music soundtrack for it.";
fDesc[11] = "version of Sweet's electronic content. Sweet's CD provides quick access to the most accurate, up-to-date product information available - with no internet connection required! Plus, everything is cross-referenced to the traditional Sweet's Catalog Files Data Filing Format and Sweet's BuyLine service for instant contact with the manufactures and reps of you choice, by phone, fax, or email. With Sweet's CD you can find all the data you need on any product in a single search. Whether you are looking for CAD Library details, product images, selection criteria or detailed 3-Part Specs, with Sweet's CD you'll quickly find the data you need to make smart comparison, selection, specification and purchase decisions. An additional feature of the Sweet's CD is the ability to save product information you have selected into Project Folders you can name to match any project names or numbers you are...";
fDesc[12] = ", PDF , MS Access ,DBF, SQL Script, SYLK,DIF,CSV ,MS Clipboard format.";
fDesc[13] = "pages in a PDF document and export them as JPEG, TIFF or PNG images. Additionally, it can return the image of any page in the document to the host Java application as a BufferedImage for further processing or to save in different formats. jPDFImages can also create documents or add pages to existing documents by importing TIFF, JPEG and PNG images. After creating or modifying a document, the library can save to the local file system or to an output stream to be able to serve the document directly to a client browser when working within a J2EE server. jPDFImages is built on top of Qoppa's proprietary PDF technology so you do not have to install any third party software or drivers. jPDFImages is also 100% Java, so it is completely platform independent and can run on Windows, Linux, Unix, Mac OSX and any other platform that supports the Java runtime environment. Main Features Export PDF...";
fDesc[14] = "entries is included and accessible through a tree-style organizational system, allowing you to categorize icons and create new libraries within them. You can search icons in the library by keywords, and even add or edit the keywords of any icon. An icon search, extraction and conversion tab lets you view icons within files and save them in various sizes as ico, cur, gif, jpg, bmp or png format images. You can also convert images from 25 formats to icons. You can export a total icon library to an ICL file. You can move icons easily using the powerful Drag and Drop functions. IconCool has some special and fascinating functions: A.) It can enlarge or reduce a transparent icon, and the new icon will be transparent too; B.) It can convert any part of a picture to a transparent icon by simply dragging your mouse; C.) It can change the color depth of icons easily; D.) The smart image...";
fDesc[15] = "the easiest way to quickly create animation for your Web pages. MotionGIF key features are, * user-friendly interface * Drag&drop importing 15 common image file formats including animated GIF * Image editing, resizing, zooming, cropping * Resizable objects: Images, text, shapes and brush lines * Productivity tools: grids, rotation, grouping and alignment. * Multi-level undo/redo * 21 built-in visual effects for frame transition * Create your own library of objects just drag&drop * Set templates for quick object creation * Built-in player and preview in IE * Export HTML file MotionGIF combines draw, paint and animation in one easy-to-use program to save your time and get your job done.";
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 = '...';
}
}