var fDesc=new Array(); fDesc[0] = "Bitmaps are often used in embedded project. The bitmap data can be quite large. It is time-consuming and inefficient to generate these bitmaps manually, especially if you are dealing with images of considerable size and with multiple shades of gray or colors. So you need a tool which can do accurate color conversion and automatically generates C files from bitmaps.
Bitmap Converter is such a tool you want, which helps you convert any bitmaps or icons from a PC format to a C file representing that image for your embedded software."; 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 = ''; } }