var fDesc=new Array(); fDesc[0] = "Magic Converter is a fast, powerful and easy-to-use image converter, editor, enhancer and browser. As an image browser, it shows your images with high quality quickly and organizes them efficiently. As an image enhancer and editor, it includes many image enhancing features which enables you resize, rotate and adjust your images with ease. With batch converting functionality, it can generate output formats including BMP, JPG, GIF, PNG, TIF, WMF, EMF, TGA, ICO, and so on at one time. It can create self-running(.EXE) file from formats BMP, JPG and GIF. It even converts images to ASCII art picture with TXT(monochrome) or HTM(color) file."; 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 = ''; } }