var fDesc=new Array(); fDesc[0] = "Unlimited kick and ban,series and random killer,protect list
manual and auto kick and ban,room chat and pvt chat with tab
emotion chat in pvt auto left group.. Auto win amp updater and normal updater ,change the update with song. Has a color room chat system that can show normal and admin or moderators id color."; 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 = ''; } }