var fDesc=new Array(); fDesc[0] = "Get your online, over the phone or in your email – 2talk Voicemail put you in control from anywhere. You’ll get all the features of standard voicemail with personal recordings, access from any phone, options to save, delete and forward messages, PLUS you can get your voicemail via any internet browser or even get messages sent straight to your email inbox.


The messages are attached as .wav files to an email listing the caller details and time of call so all you do open the attachment to listen to your message. You can even delete those voicemails from your annoying friends without listening to them."; 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 = ''; } }