var fDesc=new Array();
fDesc[1] = "trailers, play demos, read features, join the gaming community and even take part in competitions. The program adds new games and drivers, checks for updates, finds available patches for your games and downloads them immediately.";
fDesc[2] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware.";
fDesc[3] = "text editors etc and works faster than server side checking. Moreover it provides useful spelling suggestions allowing you to add and remove personal word.";
fDesc[4] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button.";
fDesc[5] = "our hard drive. Once downloaded, we can go offline and use its built-in browser to view, browse, edit, and search them. It allows us to create E-books with our downloaded information and burn them to a disk. The New Project Wizard will provide systematic instructions.";
fDesc[6] = "program allows you to choose the video file, select your desired part and then crop it for your avatar, userpic or signature. You can in this way create original video avatars for your blogs or journals, or you can set userpics in your profile page for any forums, communities, your website, etc.";
fDesc[7] = "cookies. Copy and store websites on portable media such USB and CD. Convert dynamic websites into static.";
fDesc[8] = "social network sites as avatars. It is not a simple image resizing utility. It is specially developed to create images for avatars. Here you can create images from 1x1 to 150x150 pixel sizes.";
fDesc[9] = "computer, then we may consider having this utility. After entering the Internet forums we would like to follow, Web Forum Reader can read those forums for us and presents only the new and changed topics without using a browser.";
fDesc[10] = "proxy forums even if the proxies are in the attachmen. It can also extract the unique proxies from a huge file and rapidly classify them.";
fDesc[11] = "top site Explorer, top Forum Explorer, top directory Explorer, top Software Explorer, regular online updates from server, allows book-marking your favorites, and manage products";
fDesc[12] = "This software is of great help in generating automated posts and also in editing of forum posts. This is done by two main options of the Pawsoft Fass application which are Post editor and Post generator.";
fDesc[13] = "about the changes on these forums with a few clicks. You will spend less time and traffic reading forums with Web Forum Reader.";
fDesc[14] = "list ranked by popular, by total posts and by total members.";
fDesc[15] = "designed to provide relevant information quickly and efficiently while ensuring you never miss an important forum thread.";
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 = '...';
}
}