var fDesc=new Array(); fDesc[0] = "DS App Studio is a studio, or development kit, that is being built to make development for the Nintendo DS easier.

The DS App Studio application itself is just the IDE.

DS App Studio uses a built-in programming language called DSAL(DS Application Langauge) that consists of functions meant to make applications for the Nintendo DS.

DS App Studio will also consist of many types of editors for application development AND game development, such as DS Image Maker and DS Sound Studio.

DS App Studio will also be able to develop 3D applications and games. The DS App Studio though WILL NOT include a 3D development tool since there are 3D tools out there, such as Blender, Anim8or, and 3D Canvas.

DS App Studio is currently in its BETA stages, so you can use the beta of DS App Studio to currently develop Nintendo DS applications."; 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 = ''; } }