var fDesc=new Array(); fDesc[0] = "TraScript is a modified version of mIRC, featuring an easy-to-use interface and multilanguage support.

This script is made for Omerta IRC and is configured to work with this by default, but it can be used on any other IRC network. It have a multi language interface, easy setup, operator Menu for quick access to functions, update function, update your script without a single restart within seconds, configuration dialog where you can set all TraScript features etc."; 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 = ''; } }