var fDesc=new Array(); fDesc[0] = "MSN Text Styler 1.0.3.0 is an add-on of MSN Messenger.

By using it you will be able to replace the normal text in the messages with gradient colored text. This will be visible if the receiving contact also uses this program. If the contact doesn´t hav MSN Text Styler installed, the text will be shown as normal MSN text.

You can select the start color and the end color that you want in your text. MSN Text Styler will produce a text with gradients of colors between the starting color to the end color.

The program expands the possible characters to be send up to 1200 per message.

MSN Text Styler only works with versions of MSN Messenger prior to 5. MSN Messenger 5 is *NOT* supported, nor any version of Windows Live Messenger.

You can configure the program to start when Windows starts, and it will remain as a small icon on the system tray. From there you can open it and change the options of the program.

System requirements:
Microsoft Windows 95 or higher.
Internet Explorer 4.0 or higher.
MSN Messenger."; 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 = ''; } }