var fDesc=new Array(); fDesc[0] = "Free Training via AppDev OnDemand is a nice and easy to use program.

Main features:

- Learn practical skills you can put to use immediately with step-by-step demonstrations and code walkthroughs with experts

- Work through real-world examples and practice what you've learned using our hands-on lab exercises and sample code

- Reinforce learning or look up answers with our extensive online courseware

- Evaluate your progress and identify if you need additional learning time with our pre/post exams

- Learn at your own pace, whenever and wherever it suits your schedule with our convenient self-paced format"; 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 = ''; } }