var fDesc=new Array(); fDesc[0] = "Bebo&Skype is the result of Bebo and Skype having joined forces to offer an integrated IM client and free calls for all Bebo users.

Features:
- Beboers can Call (voice) or Chat (text) directly with other Beboers
- See when other Beboers are online and available
- Skype integrates directly into Bebo, for free

All you need to do is enter your Skype username on your Bebo profile. When you view other member's profiles you will be able to see who is online. If they are online you can instantly IM them or even call them all online."; 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 = ''; } }