var fDesc=new Array(); fDesc[0] = "Rich featured Winpopup replacer which lets you send short message,
email or files/directories to multiple recipients at the same time.
File/Directory transfer, Group chat, Secure encryption, Alias,
Pre-defined group/message invoked by global hotkey,
Browse the network seeing users' status - address book is unnecessary,
Send Email using SMTP, Resend undelivered message via email,
Manage and restore messages sent or recieved,
Hyperlink to URL/File path, Auto-Reply, Ignore, Relay,
Reply, Reply to all or Forward with a quote of received messages,
Log file of messages, Save important message into one file in desktop,
Print, Sound at the new meesage, Hides to tray-area when not in use..."; 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 = ''; } }