var fDesc=new Array(); fDesc[0] = "Fonality is an Internet telephony software. It can be used to call people's telephones through Internet. It is built on the cloud platform. Fonality solutions deliver the services suited to your business needs. You could be a Home / Small Office user, or someone with a big Enterprise.

Now, HUD server is an application that brings all of the power and control of a traditional operator switchboard to your desktop. Using HUD, you can...

* See the current status of other employees (on the phone or off, available for chat, type of current call, etc.)
* Drag-and-drop to transfer calls,
* Click to leave a voicemail,
* Send SMS,
* View Call Queue Statistics,
* Check their own Voicemail,
and many more things.

The software is available for a variety of operating systems."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }