var fDesc=new Array();
fDesc[1] = "select your question before time is up. Answer different questions correctly and rise the level of a ladder meter in your screen, think fast and if you don't know the answer you better remove it, each bad question will make the ladder fall.";
fDesc[2] = "information using your cell phone. With this program you are able to email, fax, phone and receive voice messages.";
fDesc[3] = ", 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[4] = "messenger that lets you make and receive phone calls. But sometimes you´re not sitting in front of the machine, and you can´t answer the calls you receive in your Skype client. The purpose of this program is to act as an answering machine will do with a telephone line.";
fDesc[5] = "program lets you send facsimile messages from any Windows application. The answering machine will record the incoming voice messages for you. The program can show you who´s calling on the screen.";
fDesc[7] = "different alert sign for each caller, Hidden Service, flags and priority for each call.. and much more... try it!";
fDesc[8] = "supported: call monitoring and logging, Caller ID with pop-ups and voice alerts, \"white\" and \"black\" lists, and others.";
fDesc[9] = "communications quickly, efficiently, and reliably. Turn your computer into an advanced communications center.";
fDesc[10] = "reminders, marketing/political campaign promotion, emergency notification and more. Spreadsheet interface makes it easy to create/import phone list.";
fDesc[11] = "telephone answering machine, fax (send and receive), SMS notification and network support.";
fDesc[12] = "provides Caller ID support by converting the computer into an answering machine. PC Answering Machine includes all possible options, which simplify the process of accepting and returning a call, and also allows the user to read registered calls with the Date Picker option.";
fDesc[13] = "window displaing caller ID information when call is received. Logs calls. Answering machine plays melody, wav-file with your g...";
fDesc[14] = "your caller's message instantly on your PC speakers or click a button to talk to your caller.";
fDesc[15] = "lets you use your PC as a feature-packed CD player, video player, telephone, alarm clock, PC volume control, answering machine, audio recorder/player, MIDI player, Photo CD viewer, and more. WillowMEDIA has the coolest interface of any multimedia player youve ever seen!";
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 = '...';
}
}