var fDesc=new Array(); fDesc[0] = "Sprite Wizard it is a mass sprite conversion utility which makes hexidecimal or binary code.

At ticalc.org strive to keep the archives well-maintained, but it is not perfect. It will be great if the community of users helps to catch miscategorized files, inappropriate material, or other issues, in order to keep the site as useful as it can be."; 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 = ''; } }