var fDesc=new Array(); fDesc[0] = "ChatBlazer's Enterprise Server is the most comprehensive Flash chat server license package on the market that does not require a flash media server or dozens of cumbersome add-ons.
Enterprise Server combines all the features of our Pro Server and Server packages plus adds great features like, moderation, database integration, white boarding, advanced room/group separation and document sharing tools. Enterprise Server gives businesses and social networking communities a turn-key solution at an affordable price."; 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 = ''; } }