var fDesc=new Array(); fDesc[0] = "Reactive Extensions (Rx) for JavaScript ships as a ZIP file containing the core library, bridges to common JavaScript frameworks (such as jQuery), code samples, debugging assistance files, and testing support. You can now write event-driven asynchronous web sites using all your favorite Rx query operators in JavaScript. RxJS comes with plenty of conversions to interoperate with the DOM, AJAX’s XmlHttpRequest, jQuery, and more."; 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 = ''; } }