var fDesc=new Array();
fDesc[1] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window.";
fDesc[2] = "sleek for a freeware. The media library is the main window of the program. Searching for files and browsing the library is very fast, unlike in Windows Media Player. The items found will be automatically grouped according to the genre, artist, and album.";
fDesc[3] = "content for your current Web page, Weather reports and Gas prices in your Area and provides extensibility in form of latest News from your favorite Websites and an Excellent AOL Surfometer to show number of pages you have surfed.";
fDesc[4] = "supports a wide number of audio formats, 32 in total, including the most popular ones. Among its functionalities, the application incorporates a series of tools that add more points to its favor.";
fDesc[5] = ", car??.jpg, *nirvana*.mp3 etc.) on your computer or local network.";
fDesc[6] = "flexible way.";
fDesc[7] = "search by file names, attributes and tags. Apply smart filtering and sorting of results, cut, copy, delete, drag&drop files.";
fDesc[8] = "locate a single file. SI Cataloguer will automatically index your disks and remember their content for instant search.";
fDesc[9] = "desktop search tool will provide you with the most valuable function: saving time. The program enables you to perform advanced searches and it will find each file instantaneously.";
fDesc[10] = "user support, advanced encryption techniques makes this tool a proficient password manager. All your private data like username, password, PIN no, Bank A/C no and much more can be arranged very safely.";
fDesc[11] = "Features word processing, spreadsheet and source code type notes, as well as full text search for almost instant search results.";
fDesc[12] = "ones stored in your PC or LAN) in a blink of an eye. Supported formats: DOC, RTF, XLS, PPT, HTML, PDF, WPD, WRI, plain text documents and others.";
fDesc[13] = "results can be visible after 24 hours from start.";
fDesc[15] = "engines. Qube v2 features - RSS Feed Reader, Advanced History Logging, Spell Checker, Dictionary and whole lot more.";
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 = '...';
}
}