var fDesc=new Array(); fDesc[0] = "Logotell is a multifunctional communicator enabling voice over IP, SMS over IP and instant messaging.
The main characteristics:

- Based on SIP protocol
- Embedded VoIP tunnel proprietary technology allowing for making and receiving calls behind firewalls and VoIP blockades (in some countries like UAE).
- Call conference up to 8 users
- Phone book stored on server side (Or locally)
- Speed dial (Shortcuts associated with phone book entries)
- Easy access to last dialed numbers"; 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 = ''; } }