var fDesc=new Array();
fDesc[13] = "for real estate investors. Now you can have all the power you can handle with a low budget cost.";
fDesc[15] = "problems. There is also an online version if you don't want to use the desktop one at cleanupcreditreport.ne t";
fDesc[16] = "guarantees, constant updates and hosting. Searches, Maps, Gallery, Multilanguage, Chats, Classifieds, Linked profiles, Personal account, Add-ons.";
fDesc[17] = "to save you time and effort while searching the Internet and World Wide Web. Use the built-in \"categories\" to speed searches!";
fDesc[18] = "card transactions using the using one of the largest and most secure Internet networks: VITAL(VisaNet) and pay only for your direct bank";
fDesc[19] = "DVD To iPod you can rip from most Video DVDs' [PAL/NTSC] with different encryptions to MP4 iPod supported format .";
fDesc[20] = "accuracy! If you want to make a living at sports betting this will be an invaluable tool for you!";
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 = '...';
}
}