var fDesc=new Array(); fDesc[0] = "Have your voicemails delivered to your private email accounts as an audio file, or check them from your freephoneline softphone or Home Phone. All incoming phone numbers are displayed on the freephoneline softphone or Home Phone. If the number is saved in your contracts you can customize what shows up.

Forward your incoming calls to any phone number you wish, including your cell, home, cottage or a friend's phone number for free - up to 3 seperate phone numbers at the same time. If you decide not to pick up, all calls will still be answered by your free voice mail service."; 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 = ''; } }