var fDesc=new Array(); fDesc[0] = "BMP Picture Maker is an useful software to convert many picture formats to BMP format. It supports JPG, GIF, PNG, TIF(TIFF), ICO, EXIF, WMF, BMP, EMF format etc. It resizes the original picture's width or height, and has a convenient proportional calculator to keep aspect ratio easily. It outputs the different pixel format RGB24, RGB32, RGB64 or indexed 2, 16, 256 color. It can rotate or flip bitmap."; 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 = ''; } }