var fDesc=new Array(); fDesc[0] = "The Xito platform provides tools to create better Rich Internet Applications in the Java. This includes user interface components and and a bootstrap module to assist in downloading application content. The Xito platform has been created to address client deployment issues and develop a rich Java client experience for end users. The platform is comprised of modular services that work together to produce a network centric architecture with an easy to use user interface integrated with the native host operating system."; 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 = ''; } }