var fDesc=new Array(); fDesc[0] = "Zonevideo chat sytem is an integration chat system with instant messenger and video chat which allows you to easily see, hear, and chat with people all over the world through internet. With it, you can build your own instant messenger and video chat server to be a virtual taproom with wonderful show on internet. You can manage your users who enjoy your taproom, register specific ID, upgrade ID rank, charge virtual money, 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 = ''; } }