var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "will be loved by current users. While this software can store basic information of the contact in your contact list, it can also give you one click access to the chat history.";
fDesc[3] = "devices from your PC and increase your online security;and clean Firefox now!";
fDesc[4] = "files on Portables Devices such as Apple Ipod and Sony Playstation Portable. To work as designed, it requires the flex bay audio video port and a TV tuner card installed.";
fDesc[5] = ", called the “CrashPlan Central” which can be accessed for free during 30 days. The second option is to use a Friend’s computer through Internet.";
fDesc[6] = "installation. The installation process is fairly simple and this application is compatible with most of Windows OS version’s (98, ME, NT 4.0, 2K, XP and Vista).";
fDesc[7] = "deleted files and folders from the PC. With intuitive graphical interface, this piece of software is very easy to work with. It is able to remove files and folders from hard drives and flash drives alike.";
fDesc[8] = "servers through Internet. The main features on version 2.0 is that now customers can share their files with friends or for business purposes via web and the after point of sale feature that allows you to buy more remote storage space or extend the service period.";
fDesc[9] = "few simple steps. This incredible program allows you to record your own commentaries, edit and cut them like the pros, select matching songs, upload and post your own show in a few minutes.";
fDesc[10] = "software, HTML, programming, or hosting company required.";
fDesc[11] = "loss. Ensure that valuable digital files - such as music, photos, and videos - are safe.";
fDesc[12] = "WLW Plugin 1.0 is a must for you. As the name says this plugin is compatible with all the versions of Windows Live Writer and is supported on Microsoft Windows XP and Windows Vista.";
fDesc[13] = "unique space ships from a collection of space ship modules. Modules include: power generators, power storage, thrusters, cannons, and cockpits. Players create their ships then pilot them in online arenas to see whose design and tactics are the best. No one design rules the battle arena for long as the community is constantly inventing measures and counter measures.";
fDesc[14] = "regular fax machine. Create facsimile messages with cover pages directly from documents and pictures.";
fDesc[15] = "halfway around the world - using only your browser.";
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 = '...';
}
}