var fDesc=new Array(); fDesc[0] = "Alpha Five Version 11 is a new major release of the InfoWorld #1 rated rapid application development tool that lets you build powerful & secure AJAX business database applications for the web and mobile devices significantly times faster than with products like visual studio, J2EE, and PHP."; 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 = ''; } }