var fDesc=new Array(); fDesc[0] = "BMP2Hex is a small but easy to use tool for a small but fun to use language for a small but wonderful device.
It converts standard Windows .BMP files into the corresponding "string bits" parameter of the "bitmap()" function of "PocketC".
Drag and Drop graphics files and they will be converted to the PocketC strings."; 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 = ''; } }