var fDesc=new Array(); fDesc[0] = "Jabertel has been developed around an optimized software core library, compiled specifically to each operating system platform to obtain the highest performance and eliminate the need for additional third-party applications, such as runtime engines. Integrating with Jabertel for a client application is as simple as linking to a couple Jabertel libraries, the open-source Speex codec library, and making your product invoke a handful of functions to initialize parameters and connect."; 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 = ''; } }