var fDesc=new Array(); fDesc[0] = "RealChat combines a high performance Java chat server with a lightweight Ajax chat client. You get tabbed chat, private rooms, customizable appearance, web-based configuration, and more! Easily integrate RealChat with your user database so members can use their existing profiles. Ready-made plug-ins available for phpBB, Invision PB, vBulletin and more. Completely private-brand the software, including your own identity in the "About" section. Host multiple independent virtual chat servers on a single server. RealChat ISP Edition comes with five virtual servers licenses included. Additional vServer licenses may be purchased to increase the number of virtual hosts allowed."; 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 = ''; } }