var fDesc=new Array(); fDesc[0] = "Mosaic Developer's Suite is an easy to use widget library that encapsulates commonly needed functionality, as well as intuitive data models that can be shared among widgets. Enjoy developing rich user interfaces on a wide variety of platforms and programming environments with Mosaic Developer's Suite. The Mosaic Developer's Suite integrates with Qt Creator and Qt Designer to allow the application programmer the full use of Qt development tools across all the platforms that Qt supports."; 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 = ''; } }