var fDesc=new Array(); fDesc[0] = "GVMateApp2 makes use of the new Google Hangouts facility in Gmail for placing and receiving calls rather than the original calling facility.

To place calls to a phone just go offhook and dial the number you wish to call. If you hear stutter dialtone, you have voice mail messages waiting and can dial *98 or your own phone number to listen to them. If you are using the "New Hangouts Calling", you can also place free worldwide user to user calls to any smartphone or computer user that uses Google Hangouts by dialing the Speed Dial number (0 to 9999) you have programmed in the Features Dashboard with the other user's Gmail address."; 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 = ''; } }