var fDesc=new Array(); fDesc[0] = "The Treo 650 ROM tool is used to convert, download and upload ROMs on a Treo 650 phone. Please take the time to read the basic instructions before downloading the tool below!
You'll need to install the USB bootloader driver included in the package before the tool will start working. Plug your phone into the USB port on your PC and hold the hotsync button while pressing the reset button with your stylus. When you see a rainbow-coloured screen, you've entered the bootloader. Windows should now start detecting a device without any drivers. Select the .inf file included in the driver zip as your driver to continue. When you start the ROM tool, it will automatically find and connect to your device."; 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 = ''; } }