var fDesc=new Array(); fDesc[0] = "Tonic 1.0.0990 is an instant messenger client intended to be used only on a private LAN.

Using this program you will have every feature available in Internet instant messenger, without the risk or interference that the connection to Internet can have.

Tonic can use the ability to have icons that can represent your feeling, mood, or character. You can use this feature using any of the included icons or create your own, that will be automatically sent to other users on the network.

You will see which users are connected to the LAN, and you will be able to send messages to everyone appearing in your list.

You can customize your user with an avatar. There are many images preloaded, that you can use right clicking on your user and choosing the "Preferences" menu.

A voice will warn you when a user comes online, and the icon in the system tray will blink. You will then be able to communicate with that user, sending messages, winks or files. You can use customized fonts, fonts styles and colors."; 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 = ''; } }