var fDesc=new Array(); fDesc[0] = "Appcelerator Titanium is an open source platform for building rich cloud connected desktop apps. Titanium is also highly extensible, and it enjoys the support of a strong and growing community of developers across the globe. Appcelerator Titanium changes all of that by allowing you to use web technologies like HTML, CSS and Javascript. Titanium also allows you to use popular programming languages like Ruby and Python to build desktop apps - pretty cool!"; 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 = ''; } }