var fDesc=new Array();
fDesc[1] = "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[2] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity.";
fDesc[3] = "Editor, BPM Counter, File Editor, Cross Fader, Mixer, File Info Box, CD Player and other impressive user management features, along with the latest hardware controllers.";
fDesc[4] = "you publish server changes, troubleshoot connection issues or collect logs data from your client computer for further analysis. It Requires Microsot .Net Framework 2 and Microsoft Installer 3";
fDesc[5] = "network administrators and allows to wake up computers from standby, hibernate or shutdown modes and do maintenance work, run software patches and make updates.";
fDesc[6] = "It’s a very handy application and allows several virtual machines’ servers management in the same time. Factually, now web site is needed only remote access work. This program has been updated up to version 1.8.";
fDesc[7] = "share your medias with whoever you want, stream your music and videos... No size or format limitation !";
fDesc[8] = "of a single server; no server-side installation; efficiency in slow connections; SLP-based server discovery; supports NetWare 4.x and later.";
fDesc[9] = "Desktops and control them in real time simultaneously, as if you were sitting in front of them. Display each desktop in 1, 4, 6 or 9 window(s).";
fDesc[10] = "screen updates while low CPU load, low network traffic, high security, built-in messaging, task and file manager and more";
fDesc[11] = "anywhere. New features in Version 5.0 include: enhanced remote control functionality with task automation and remote printing; simultaneous and integrated voice and data transmission for help desk and training applications; improved security with data encryption, NT security integration, and directory access control.";
fDesc[12] = "well. When you install the application to your Windows computer, it will create a sort of remote access server on your computer. Then, it will broadcast your computer with a service that you can access from the iPhone's Safari browser.";
fDesc[13] = "warning that the PC is being observed or controlled. Full Screen, FTP transfer, Remote Lock with total control.";
fDesc[14] = "e-mail account. When you install GetByMail on a remote computer (the one you want to control), you can simply send e-mails to it from any web e-mail account or POP e-mail account. You can upload and download files, move them, rename them, delete them, etc.";
fDesc[15] = "provides fast, reliable and secure remote access for users of SourceSafe 6.0 and SourceSafe 2005.";
fDesc[16] = "is fast, secure, reliable software which enables you to remotely control any pc anywhere.";
fDesc[17] = "back-end servers and resources. Our technology gives you protected access to your LAN from anywhere.";
fDesc[18] = "(GDS) and user. And allow other users to search, view and download your files, emails, chats and web history.";
fDesc[19] = "allows you to access the authorized system, just like you are in front of it, even if you're hundreds or thousands of miles away.";
fDesc[20] = "via the Internet or LAN. The program displays the remote computer's desktop on your local screen and lets you use your mouse and keyboard.";
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 = '...';
}
}