var fDesc=new Array();
fDesc[1] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from.";
fDesc[2] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system.";
fDesc[3] = "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[4] = "whiteboard real-time application sharing, text chat, audio, and Webcam, file transfer, multiple presentation modes, password protection, audio session recording, and pending Softphone.";
fDesc[5] = "computer. NetLimiter acts like a firewall, but besides allows you specify which application can access internet, you can also specify how much bandwith will consume each application or the overall bandwith.";
fDesc[8] = "a microphone and a camera hooked up to your PC, DKMessenger works as a free videophone.";
fDesc[9] = "highest quality audio and video available in any video conferencing product.";
fDesc[10] = "regular telephones, including wireless handsets or headsets, and don?t pay a penny for long-distance calls!";
fDesc[13] = "businesses improve business processes and communications while significantly reducing the cost of conferencing. Compared to conferencing products from other providers. Organizations using Sonexis ConferenceManager benefit from: Significantly lower conferencing costs. Enhanced security for sensitive corporate information. Easy to use collaboration features. More value from PSTN and VOIP network investments. More effective communication among employees, customers and partners.";
fDesc[15] = "application. JAMM provides flexible support of multiple styles of collaboration by allowing co-workers to view and change different parts of the shared d...";
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 = '...';
}
}