var fDesc=new Array(); fDesc[0] = "MoreMotion Application Studio (MMAS) is a web application development IDE that works on the Windows platform. It can translate your visual design to cross-browser compliant HTML code much more successfully than any other editor. It was engineered to develop the comprehensive applications in shorter period of time using considerably less manpower."; 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 = ''; } }