var fDesc=new Array();
fDesc[1] = "manage your collections of flash videos.You can create a Playlist by adding necessary tags and rate your videos. In Personal videos, you can queue up videos and download them. In Favorites you can automatically download the latest episodes of your favorite TV shows.";
fDesc[2] = "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[3] = "means. This software will organize all the pictures on the computer and mobile phone (cellular) for viewing, editing, sharing and search purposes. You can move pictures from and to PC and mobile phone (both ways) and make changes to the images that will be kept in a safe place.";
fDesc[4] = "furnish a flat and calculate the it's cost with the latest IKEA prices. You can share the plan of your dream bedroom by saving the project to the disk and send it by email to your friend.";
fDesc[5] = "collection of movies and don't really know how to organize it. This cataloging software takes a rather simplistic approach. On the left, you will see a field where movies are added. That is going to be your list. On the right, there are the details of the selected movie.";
fDesc[6] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like.";
fDesc[7] = "collection and you are using a spreadsheet to keep track of where your discs are and what they contain. Well, that's the way I used to do it. With applications like All My Movies, you can add all your titles to a database that is enhanced with cover art...";
fDesc[8] = "take the user out of this frustrating situation, Smart CD Catalog Professional will prove out to be very effective. Smart CD Catalog Professional will allow user to arrange and list the collection of their CDs/DVDs in a systematic and ordered manner.";
fDesc[9] = "catalogue our files, folders and disks by adding them from anywhere within our computer, including drivers and any external or/and removable device. We are allowed to manage them, add comments, categories, sort the files by location, category, export/import, etc.";
fDesc[10] = "with Media Catalog Studio, a handy software application for classifying and tracking media files. This database is capable of identifying media files on any storage devices - hard-drives, floppies, external drives, CDs and so on. The program supports MP3, WMA, MP4, MPC, APE, OGG, AAC, FLAC, WAV, AVI, MPEG, WMV and Audio CD files and comes with a lot of great perks - duplicates finder, batch tag editor for MP3/WMA/OGG/AAC/APE/MP+/M4a files, to name a few. The best thing about this database is that it allows users to enter all essential information about music file - track number, name of the music piece, name of the author, album, year of release, commentary, composer, mood, genre, rating and so on. Conveniently, all files stored in this database can be sorted out by artist, album, year, bitrate, frequency, genre, category, rating or any field/category. The search in the database can be...";
fDesc[11] = ", including CD-ROMs, harddrives, audio CDs, MP3s, removable disks...";
fDesc[12] = "your Mp3 files no matter where they are located. This is a good application to control and to manage your audio files. Using this program, you will also be able to manage playlists and to play your songs directly from the application's main window.";
fDesc[13] = "you're looking for. You can easily reach any information; director, writer, genre, cast, plot outline, awards, original music, cinematography, user rating etc. about movies you add to the program from the web sites such as IMDB by just pushing a button. If you'd like to print the screen display, you can design any report as you wish through the agency of the editor of report templates. By giving numbers, you can catalog your DVDs and CDs. With devisable HTML interface you can get a view at any style you'd like to. You can reach movies quickly with the modules of quick search and advanced search on the main menu of the program.";
fDesc[14] = "with many details about the books you have. This powerful application is a great solution for those who want to create and maintain a complete inventory perfectly organized and easily manageable.";
fDesc[15] = "configurable sleek user interface and is suitable for stand-alone catalog kiosque that only need to open the file read-only.";
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 = '...';
}
}