var fDesc=new Array(); fDesc[0] = "The Neopets Auto Buyer will search the Shop Wizard several times and automatically purchase any item you wish below a specific price.

Download autobuyer_setup.exe (4835k) and run the installer. The installer will create a shortcut on your desktop, along with all the neccessary components such as GTK for displaying the graphics. The installation of GTK will only include the .dll's and executables necessary for this application to run."; 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 = ''; } }