var fDesc=new Array();
fDesc[1] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program.";
fDesc[2] = "client tool. The program is compatible with Linux and Microsoft Windows and provides data encryption and password security.";
fDesc[3] = "access your Personal Photo Gallery, keep an eye on your appointments, keep track of your Music Library, write down notes as well as having access to Breaking News, Instant Web Searches and Weather Information. There are lots of other things to add.";
fDesc[4] = "allows you to remotely control another computer using the RFB protocol (remote frame buffer). The setup file installs two components: VNC Viewer used to work like client, and VNC Server that allows a Windows desktop to be accessed remotely using the VNC Viewer.";
fDesc[5] = "Studio, and a PHP-based web service software — JetPhoto Server. JetPhoto Studio enables user to organize photos by notes, keywords, time and location. The specified date or time the user took the photos will be highlighted in calendar (Month view or Week view). Using the calendar, you can log your travel by taking photos or use digital camera to compose your multimedia diary. As another innovative feature, JetPhoto also integrates GPS technology to locate and link photos on geographical map. JetPhoto Studio provides some utilities to resize pictures and stamp watermarks in batches, generate Flash movie with photo slideshow and crop pictures for your cell phone or PDA screens. Once the photo album is prepared on a user’s desktop computer, only one click is needed to synchronize local album with online web photo album based on JetPhoto Server. All uploaded pictures will be resized...";
fDesc[6] = "accessible from your computer. SymmTime is free, can be used in any windows PC environment. With SymmTime you know your system clock is correct and accurate because it's automatically synchronized to any NTP (Network Time Protocol) server accessible from your computer.";
fDesc[7] = "can see new features: Table Editor. Data filtration is now available when connecting through HTTP tunneling. Unicode is now displayed properly in the DB Explorer. Partial support of OpenGIS fields is implemented.";
fDesc[8] = "desktop tool can access remotely Windows PC or OSX Mac despite firewall’s, router’s or proxy’s configurations. This version supports Remote Desktop and RAdmin. It supports \"dynamic-DNS\" for VNC Servers without static IP addresses. EchoVNC works on Windows and Mac platforms.";
fDesc[9] = "itself and allow you to upload all your e-mails from Desktop-based accounts into Gmail. Of course, that gives you freedom to use the application in many ways. Personally, I used this when I had to migrate all my ISP's e-mail from my Outlook account to Gmail.";
fDesc[10] = "connect to colleagues, clients and information. It gives you wireless access to your personal and corporate e-mails on your preferred device. You can enjoy a range of conveniences including send / receive your mails, view attachments...";
fDesc[11] = "it fast and easy for you to edit, crop, fix, rotate, resize, modify, blend and process your work. It has a useful toolbar, with different options in it, which will help you perform your photo montages.";
fDesc[12] = "transfer functionality and SSH tunneling capability. It's a cross platform application that is compatible with Microsoft Windows and Linux.";
fDesc[13] = "connection with one of the several atomic clocks maintained by the United States National Institute of Standards and Technology. WebTime 3.8 checks the time on your PC´s internal clock and corrects it with the time of the Atomic Clock Server.";
fDesc[14] = "automatically with popular Internet Atomic time servers. Desktop display options include analog, digital, millennium, world analog and world digital. You can show seconds, show date, or change to Transparent mode. In transparent mode, the clock seamlessly melds into your desktop. Clock G2 also has an Always on Top mode, and a Send to Back mode. When in Send to Back Mode, the clock stays out of your way by disappearing whenever you pass your pointer over the clock face; the clock then reappears automatically. Clock G2 will even check your e-mail for you. Define your POP3 email server and Clock G2 will notify you when you have email. Specify how often you want Clock G2 to check for email, and it will notify you with a sound of your choice. Download the 30 day trial. Now search over 4,800 worldwide cities with Clock G2's built-in city search database, giving you the ability to easily add...";
fDesc[15] = "specific storage info regarding Dell products, such as PERC controllers with their firmware, array/containers, enclosures and physical hard drives, ethernet cards, tape backups installed and Windows or Linux operating system information.";
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 = '...';
}
}