var fDesc=new Array(); fDesc[0] = "MSNPlus is a software developed officially by groups.im, which provides better experience for users of groups.im on Windows Live Messenger (MSN) as putting prompts for group alert of groups.im and avoiding harassment.
Moreover, MSNPlus can also add functions as "Screen Capture", "Photo Express", "Enhanced File Transfer" for Messenger, making it more convenient and user-friendly.
Group Massage Alert
Put shining prompts of groups.im in the status bar, avoiding the frequent harassments of the group alerts.
Auto-open Activity Panel
When receive the invitation of Activity Panel of groups.im, accept it and open it automatically. Multi-sign-in
Enable you signing in more than one Messenger account at the same time.
Enhanced File Transfer
Transmit several huge files in a single time, feel the High-Speed you've never imagine!
Screen Capture
Easily make a screenshot and sent to buddies, shortcut available.
Photo Express
Preview the pictures before send it and the pictures transmitted would show directly in the conversation."; 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 = ''; } }