var fDesc=new Array(); fDesc[0] = "AIP2 is a file packager for Casio AFX/Graph100 calculators. It will make every format that there is and does so rather easily. In addition, it will now automatically update RXE programs so that you can have more than one per dr ve and the changes happen without user interaction!

This update of AIP2 is mainly to streamline the interface and to provide 'dRXE Tag' support for RXE files. Using this you can now package multiple RXE files together because AIP2 now has a routine to adjust the RXE files automatically. The process is detailed in 'Relocation.txt' which I included with the dRXE distribution if you would like to add dRXE tag support to your project."; 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 = ''; } }