var fDesc=new Array(); fDesc[0] = "This is a pre-configured IRC (mIRC) client designed to be used on the Omerta - Barafranca IRC server. With BaraScript, you will be able to easily communicate with other Omerta players.

In addition to extensive menus featuring Barafranca server commands, various protections, a quick control panel, a bot, etc., it also includes a powerful automatic login system. This system allows you to connect to the IRC servers of your choice with the nicknames you prefer whenever you start mIRC. It will automatically log you in and join the channels you were in the last time you were connected."; 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 = ''; } }