var fDesc=new Array(); fDesc[0] = "OrbForms Designer is a powerful and easy-to-use Palm OS application development environment. Features include:
A WYSIWYG visual designer for creating application forms
Smart source editor with code completion and calltips
A easy-to-learn language based on C syntax
A rich object-oriented API for accessing forms, controls, and OS features (such as graphics and databases)
Integration with the Palm emulator
For full description see http://www.orbworks.com/orbforms/"; 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 = ''; } }