var fDesc=new Array(); fDesc[0] = "VTGO-PC Lite is the award-winning leading SCCP (SKINNY) compliant softphone for Cisco CallManager platform. It is ideally suited for mobile wireless telephony, VPN remote access, disaster recovery, executive assistant coverage, and as a desktop communications solution.

Features:

-Emulates Cisco 79xx line of IP phones with 6 lines or speed-dials
-Tested and certified with CallManagers 3.2-4.1, CallManager Express
-Supports Cisco Survival Remote Site Telephony, redundant CallManagers, DHCP option 150
-High quality-low latency using multiple codecs (G.711, GSM 6.10, G.729), QoS support
-Support a wide range of external USB audio devices
-Supports Extension Mobility
-Supports Cisco XML telephony services
-Call log with Callback
-STUN/UPnP NAT traversal, SKINNY fix-up protocol friendly
-Configuration Wizard with user-definable profiles
-Integration with LDAP directories, MS Outlook, Windows Address Book, Instant Messengers (Microsoft, Yahoo, AOL)"; 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 = ''; } }