var fDesc=new Array(); fDesc[0] = "WackyB Status Alert give you total control over the status alerts of your Yahoo messenger friends list. Configure individual sounds not only for each friend but also for each action (Online/Offline/Status Change/New message). Choose from a library of supplied sounds or select your own (Any sound type WAV/MP3/AVI/MOV/MPG/etc.. infact just about any file that contains sound even if it's a video file!).

Have the status changes of your friends read aloud to you by Peedy (MS Agent Character), Peedy will let you know when your friends come online and leave as well as message status changes. Last friends status change is shown in the main window along with their chosen image/avatar."; 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 = ''; } }