var fDesc=new Array();
fDesc[1] = "of the upcoming Windows 7 OS. Users may choose from 6 different color themes (main colors: blue, gold, dark grey). Themes really look great and make your old desktop look fresh and modern.";
fDesc[2] = "email large attachments, IM a folder, or publish your downloadable videos to the Web? Maybe you'd just like to watch full-screen HD Internet TV. Meet Pando.";
fDesc[3] = "removing the ones that are not necessary making your system perform better. It has a very simplistic user interface where you can choose which applications to optimize as well as the time intervals for optimizations to happen. Minimem works quietly on the background.";
fDesc[4] = "purposes only, the LRPD has decided to offer such an application, so that the general public can witness by themselves the damage that can be caused by its use. You can download the PC Version (5Mb) or the MAC OS8-9 or OSX versions of Safer Vandalism Studio(tm) here, or try out the online version.";
fDesc[5] = "name suggests, it allows you to convert any AVI file to DVD, VCD, SVCD and MPEG formats. However, this application has been redesigned to better its file support and now manages Mpeg, Mov, RMVB and DivX.";
fDesc[6] = "baccarat.";
fDesc[7] = "tougher and obscure portions of the ldap protocol. The developers claim the software is tested and run on a variety of operating systems, such as Windows, Linux, Solaris and OS390, and is supposed to have the capability to operate on any Java supporting operating system.";
fDesc[8] = "appropriate oscillators out of the two offered, adding a filter out of the several filters offered and programming the ADSR envelope for the sound enables you to program the desired sounds using DiscoDSP Discovery as per their claim.";
fDesc[10] = "direct-to-disk recording features, with advanced features available through a system of profiles. Don't be fooled by programs which claim to limit functionality for the sake of simplicity or which hold back on features in order to sell you a whole suite of software. Audiotools provides it all in one handy, extensible program. The combination of a one week trial period followed by a ten minute recording limit after the week has expired provides a comfortable balance between programs that simply stop working after a couple of weeks or those which cripple recording abilities with limits measured in seconds.";
fDesc[11] = "that this title is \"a perfect mixture between \"Wing Commander\" and \"Battlestar Galactica\". Indeed, it is a game that brings a lot of action in its over 30 challenging missions with carrier management and ranking system.";
fDesc[12] = "game of swashbuckling sea combat and trade. You can play a pirate or a merchant, and stake your claim in the Caribbean. Fight pirates and trade goods in 20 different port cities";
fDesc[13] = "the board. Blue Joker allows you to claim any open space. Red Joker allows you to remove any opponents piece.";
fDesc[14] = "Electronic Claims option available. Free toll free telephone support. Free updates.";
fDesc[15] = ", Planet.MP3Find automatically locates and determins MP3 Music Servers which are online! Via its Windows Explorer like interface you can see exactly whats availible before connecting to the FTP site. Imagine, no more guessing as to which MP3 servers are online and no more waiting to get 'that' song. Planet.MP3Find - its music to your ears (TM)";
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 = '...';
}
}