var fDesc=new Array(); fDesc[0] = "Message Magic (MM) is making your Skype experience more complete and powerful.
MM is a Skype add-on product that increases the power of Skype. Skype allows someone to search 1 pattern at a time, add 1 contact at a time, send 1 message at a time, see 1 profile at a time, see and process 1 birthday notification at a time.

With the MM add-on the "1" gets replaced by "as many as you want". One aspect of this change is it allows a person to very quickly grow their contact list by searching for and contacting people with similar interests, communicate much more effectively with groups or categories of friends and associates, etc."; 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 = ''; } }