var fDesc=new Array(); fDesc[0] = "FlashPioneer Video Chat is an audio and video chat solution based on Flash media server. It helps you deploy an online community without any chat client installation required. FlashPioneer Video Chat features in text, sound and video communication, real-time doodle and funny animation smiley besides advanced functions of database integration, multi-language and multi-platform support. T"; 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 = ''; } }