var fDesc=new Array();
fDesc[2] = ", info-line, audiotext or autodial solution for small to medium businesses. You can connect it to a the phone using a standard voice modem, professional telephony board or directly to a VoIP service.";
fDesc[3] = "different alert sign for each caller, Hidden Service, flags and priority for each call.. and much more... try it!";
fDesc[4] = "internet. Pitch and frequency controls. Unlimited different voices. Supports recording and manipulation. Uses a standard modem for telephony.";
fDesc[5] = "supported: call monitoring and logging, Caller ID with pop-ups and voice alerts, \"white\" and \"black\" lists, and others.";
fDesc[6] = ", time, duration, caller ID. 3) Compressed wav files. 4) Post process your wav files. 5) Archiving.";
fDesc[7] = "immediately when a new call arrives. Supports talking Caller ID, Call Block, and Windows XP style tooltips.";
fDesc[8] = "communications quickly, efficiently, and reliably. Turn your computer into an advanced communications center.";
fDesc[9] = "new life. Our innovative software gives you full remote control of your telephone over the internet.";
fDesc[10] = "voice modem (you must have subscribed Caller ID feature from your TeleCom. and your modem supports Caller ID in your local state).";
fDesc[11] = "with mailboxes, fax, Caller ID with customizable and personalized greetings.";
fDesc[12] = "stores. Requires a TAPI compliant voice modem or telephony card.";
fDesc[13] = "modem, radio stations etc. and stores the data on PC. You can use Atropos-SB as phone logger, automatic voice notebook.";
fDesc[14] = "your applications.";
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 = '...';
}
}