var fDesc=new Array();
fDesc[1] = "as virtual scrollbar, virtual buttons, fast access to applications and personal definition of tapping speed and sensibility.";
fDesc[2] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies.";
fDesc[3] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities.";
fDesc[4] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems.";
fDesc[5] = "application is a desktop program that you need in order to run Yahoo! Widgets. The Widget Dock is a handy at-a-glance way of keeping on top of the information or entertainment the Widget handles";
fDesc[6] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows.";
fDesc[7] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify.";
fDesc[8] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[9] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans";
fDesc[10] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area.";
fDesc[11] = "servers and libraries on Internet, to obtain unlimited number of songs, mp3 tracks, etc. The application is launched and the user gets in the desired social music web page. The application downloads the music the user selects, at the same time (s)he is listening to it.";
fDesc[12] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner´s stronger feature is the web based tagging tool.";
fDesc[13] = "category. The application allows you to use several monitors and expand your desktop to more than one of them. Newer operative systems, like Windows XP or Windows Vista have features like this. Basically, you can move a window from monitor A to monitor B in real time.";
fDesc[14] = "bittorrent client will work with this program! It can report to any tracker (the website used to manage specific torrent files / file sharing between the peers), any wrong upload traffic information ! So, you apper to be uploading many GBs or TBs of data, but you really aren't.";
fDesc[15] = "boring static wallpaper on your desktop. You can change the wallpaper with a specific delay or at specific times. Wallpapers are easily managed in multi-level categories which can have time constraints to give your desktop a time or season dependent look.";
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 = '...';
}
}