var fDesc=new Array(); fDesc[0] = "NS Basic/App Studio is a complete, powerful development environment. Create your app on your desktop, then download to your device and run.

Main Features:


- Develop on Windows
- Targets iOS, Android, Desktop and more
- Uses jQuery Mobile
- Great performance - the fastest we've ever released.
- Subset of Microsoft Visual BASIC, with mobile device extensions.
- Also supports development in JavaScript
- PayPal and Adsense support
- SQLite Support
- Use Geolocation and Google Maps
- Supports HTML5 features
- Royalty free distribution
- Integrated with PhoneGap
- Lots of sample code
- 155 page Handbook"; 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 = ''; } }