var fDesc=new Array();
fDesc[1] = "collections of all the imaginable music styles. Last.Fm opens a whole universe of new music, only by creating an account and downloading its freeware software.";
fDesc[2] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats.";
fDesc[3] = "tools: - A complete management suite to keep your collection organized. - A comprehensive photo editor for both novices and experts. - An extensive collection of presentation options to boost your creativity.";
fDesc[4] = "protection. This incredible program combines nine powerful tools to protect your privacy. With Steganos Safe you can protect your sensitive Data by creating as many encrypted hard drives as you like.";
fDesc[5] = "introduced the corrupts, better known as the Zann Consortium, a faction leaded by a strange, dark and twisted character named Tyber Zann.";
fDesc[7] = "resources (folders, printers and admin resources) and FTP, HTTP-servers and creating full featured explore-style LAN list with comprehensive information including NetBIOS computers names, IP and MAC-addresses, resources and servers. 2. remote shared resources browsing using user-defined applications. 3. filtering LAN resources on user request and listing content-similar resources together. 4. rapid multi-threaded searching and creating files and folders list based on user parameters (advanced search supported). 5. local shares management. 6. local shares connections monitoring and management. It's fully-tunable tool with modern interface and multilingual support. Profiles make using LanSurfer more convenient, so you can create some profiles for LAN scanning, folders filtering and LAN searching once and switch between them with one click. LAN favourites list allows to browse often used...";
fDesc[8] = "organized, handy, and visible. We can add manually any bookmark, and select a category and subcategory. It is very easy to open any bookmark in our default browser from the user’s interface.";
fDesc[9] = "and Mozilla. No limit on size of bookmark collection, all info is converted, order of bookmarks is preserved. Command-line conversion.";
fDesc[10] = "scanned or digital photo image to show you what you would look like with a new hair style or hair colour, makeup or accessories";
fDesc[12] = "your PC files and programs. That means no more searching through folder after folder...all your important files are two clicks away!";
fDesc[13] = "Here's an easy to use jukebox to play your mp3/wav/midi/avi/wmv/w ma media files. Just point it to your song folder and hit the Play button. Automatically plays songs and movies in sequence or randomly. Choose your own selection of songs or let your friends pick their favourites to be played in turn. When the selection runs out, Jukebox returns to playing its own selection; like a real jukebox. Reads and writes mp3 tags and m3u playlists. Optionally play songs only from a selected genre. Has built in mixer controls for quick adjustments. The adjustable crossfade function keeps the music coming without a break; perfect for parties. Version 2 has a rewritten back-end and a much nicer user interface to provide an even better jukebox-like experience.";
fDesc[14] = "Internet Explorer and Firefox. Take notes about bookmarks, search, preview sites, import/export, view as web pages, synchronize, manage duplicates and more";
fDesc[15] = "WebPage from immediate browsing to that URL. The ¿WebPage URL List¿Eis for easy navigation of a WebPage, for it lists the URLs in the current WebPage. A single click navigates to the URL. WebGrabber menu includes a favourites list to record up to 25 of your favourite URLs and history list of up to the last 25 URLs navigated to. WebGrabber has an uncluttered toolbar contains navigation and image functions, also a status bar to follow progress. If need be display of these can be turned off and on easily via the menu. A built-in image browser/viewer not only makes the viewing for images from a page easier, but also downloading the images to your computer easier. There is also an automatic generator to download images where the URLs are in a single or double numerical series. As a bonus there is function to capture the current view of the WebPage. It then can be saved as a Bitmap picture...";
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 = '...';
}
}