var fDesc=new Array(); fDesc[0] = "With Easy Gadget you can see who’s calling your home phone right from your computer screen with Caller ID on PC, customized by you with unique pictures and ringtones for each caller, anywhere, anytime. Plus, receive the same call alerts right on your mobile phone with Caller ID on Mobile.

You can listen to your Voice Mail on your computer wherever you are. With visual Voice Mail, you can see all of your stored Voice Mail messages and listen to the messages in any order your choose.

You can send text messages from your computer to your friends’ and colleagues’ mobile phones you have identified in your contacts."; 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 = ''; } }