var fDesc=new Array(); fDesc[0] = "This plug-in provides NeoBook authors with access to the Intel® Atom™ Developer Program SDK, and the ability to create applications for Intel's new AppUp(sm) Center app store - www.appup.com

The AppUp Center is a software application storefront designed for Windows-based netbook computers. The AppUp Center provides an opportunity for NeoBook developers to securely distribute and sell applications to millions of netbook users.

It's relatively easy to convert an existing NeoBook publication for AppUp - just a few lines of code. However, applications must adhere to some strict guidelines and be approved by Intel before being accepted into the AppUp Center. The help file included with NeoBookADP includes detailed instructions describing how to convert an existing NeoBook application for AppUp. If you do not follow the instructions your application will most likely be rejected.

This plug-in is FREE for registered NeoBook users!"; 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 = ''; } }