var fDesc=new Array(); fDesc[0] = "The VSoft Phone is a simple to use internet telephone system that can reduce your call costs. It uses the latest technology to let you make calls to friends, family, and business associates anywhere in the world without any chunky telephone equipment. Put simply, it turns your PC into a telephone.

The VSoft Phone utilises a Broadband internet connection to allow a user to make VoIP calls to any phone number worldwide.

VSoft features includes unlimited free VoIP to VoIP call (PC to PC), free video call, low cost VoIP to home/mobile call, send SMS, confrence, SMS to call, VoIP bridge. It is free to download and easy to install."; 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 = ''; } }