var fDesc=new Array(); fDesc[0] = "LCD Bitmap Converter is a tool for converting monochromatic and color /5-6-5 coding/ bitmaps to C-arrays or hex-format. You can draw a image, save it to BMP, and then convert it to hex file and use it on EEPROM, or convert it to C-array for embedding to your software. The program is designed for those who use graphic LCDs and want to display pictures."; 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 = ''; } }