var fDesc=new Array(); fDesc[3] = ", Yahoo Messenger, AIM, and ICQ. VoIP features include free internet calls, low cost PC to phone, and phone to PC calls."; fDesc[4] = "information using your cell phone. With this program you are able to email, fax, phone and receive voice messages."; fDesc[6] = "all your FTP Servers settings in one place. This incredible program supports multiple server profiles, resumes broken uploads and downloads, and can transfer files in binary, ASCII, or auto-mode."; fDesc[7] = "scanner without extra configuration. It combines fax, modem and scanner into a fax machine which saves time to the user. It is supported by Windows 98 or higher operating system and it demands for a scanner with TWAIN standard which is the most common."; fDesc[8] = "configure multiple SIP/IAX accounts and has multiple lines. It has all the features expected in a softphone and compatibility with lots of PBX and Voip Service providers."; fDesc[9] = "computer as internet telephone, USB phone, ISDN phone, answer phone, fax, voicemail, callerID, conferencing, etc"; fDesc[10] = "Windows Vista compatibility and 64 bit Windows compatibility as well."; fDesc[11] = "x64, Terminal Server and Citrix, client/server architecture, centralized data storage on the fax server, all common fax modems, data access from every workplace in the network, ISDN adapters and Brooktrout/Cantata and Intel/Dialogic fax boards."; fDesc[12] = "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[13] = "incoming faxes as they are received. Scan and fax also. Supports most fax modems."; fDesc[14] = "ability to create faxes by scanning the needed information, and also print-to-fax from most Windows programs."; fDesc[15] = "sending faxes through a fax modem to other fax machines or PCs with a modem fax, or to any fax machine in the world through the Internet. If you use your modem fax, it will dial the fax phone number and then it will wait for the carrier to send the 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 = '...'; } }