var fDesc=new Array();
fDesc[1] = "for virtually all compression formats, including 7z . It is easy to use and offers a flexible working environment. Probably, one of the best alternatives in file compression software.";
fDesc[2] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor.";
fDesc[3] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace.";
fDesc[4] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience .";
fDesc[5] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN";
fDesc[6] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface.";
fDesc[7] = "result, and then showing you the details. If you have a torrent downloader installed, you can start downloading a given file only clicking on it. The program automatically detects and uses the Torrent Client that you have installed in your system.";
fDesc[8] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos.";
fDesc[9] = "collection of movies and don't really know how to organize it. This cataloging software takes a rather simplistic approach. On the left, you will see a field where movies are added. That is going to be your list. On the right, there are the details of the selected movie.";
fDesc[10] = "like and to the location you want. But that is not all, you also can take multiple screenshots from the video you're working with and put them together into only one image file, with and amazing comic-like look!";
fDesc[11] = "create a mask that preserves the details you want and even removes unwanted ambient color contamination caused by reflections and transparency.";
fDesc[12] = "local and remote devices if found on your network. It’s comprehensive yet simple user-interface can allow you to browse through supportive services of each device. It is absolutely free of charge to download if your PC is supported with Bluetooth dongle.";
fDesc[13] = "you have to go to several locations to find such information, for example, your control panel, BIOS features and system properties, which is really time consuming. Smart System Informer proves to be a useful application here.";
fDesc[14] = "automatically and fill any form with simple drag and drop option. Even you can assign more than one detail in a single key.";
fDesc[15] = "colors you see on you screen. Mainly Pixeur is being used by various Multimedia and software program developers. Pixeur can provide details like Hex & RGB details of a color. Pixeur can also store history of colors used by 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 = '...';
}
}