var fDesc=new Array(); fDesc[0] = "NS BASIC Corporation NS Basic/Palm is a complete and powerful development environment. With this program you can write and test your BASIC program on the desktop, then download it to your device to run it. With this program you can create buttons, fields, popups, menus and more.
In conclusion, this program is everything you need to create and download apps to your Palm OS device."; 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 = ''; } }