var fDesc=new Array();
fDesc[1] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out.";
fDesc[2] = "friendly interface, and it is available in several languages, among them English, Italian, Russian, and Ukrainian.";
fDesc[3] = "master password. Additionally, it offers many useful functions concerning modern and secure password management, password generator..";
fDesc[4] = "private label rights ebooks, articles, membership site login details, and more.";
fDesc[5] = ", calendar, and life. Information that used to be buried on your hard drive is now at your fingertips.";
fDesc[6] = ", and associated notes. An unlimited number of users can each store individually password-protected secure lists.";
fDesc[7] = ", and sensitive information in a strongly encrypted (Rijndael) database file. This information will be accessible from your personal computer or your Pocket PC. With SoftX Secure Notes you can create different database files for different kinds of information that you want to store. For example, you can create one database file to keep your passwords, one for storing your ideas and thoughts, one for your reminders and one for your diary. SoftX Secure Notes has two versions; one for your personal computer and one for your Pocket PC. The same SoftX Secure Notes database file can be used on your personal computer, and on you Pocket PC. You can use your personal computer to quickly enter or edit your notes when you are at home, and your mobile Pocket PC for viewing and editing notes when you are at work or on a trip.";
fDesc[8] = "logins, credit card numbers and other vital information for you. The features supporting the tool is; it can also be installed to flash disks, supports history restore, provides up to 30 rich and customized templates, and more.";
fDesc[9] = "time searching for different pieces of information anymore.";
fDesc[10] = "confidential data. It comes with military-grade encryption options, requires remembering only one password and is free to try!";
fDesc[11] = "place, so that you don’t have to remember and manually type passwords every time those are requested. Instead, you can use one master password to get access to any application's password, log-in passwords, e-mail passwords or anything else that is protected with a password.";
fDesc[12] = ", online logins, security code for cellular phone, etc. User can manage all of them in a single place, encrypted, and protected by a general password which is the only one user has to remember. That password grants the user acces to all the stored sensible data.";
fDesc[13] = "that keeps your favorite sites hidden from prying eyes.";
fDesc[14] = "passwords, access codes, important numbers, login names, ids, account numbers.";
fDesc[15] = "Sends reminders over LAN/Internet, \"stick\" reminders to files/urls/windows. Strong information encryption. Built-in password generator.";
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 = '...';
}
}