var fDesc=new Array(); fDesc[0] = "AppleMacSoft Graphic Converter is the perfect solution for instant batch image processing, allowing you to convert multiple graphics file from different formats at the click of a button. More than that, you can also resize (reduce or enlarge) any single or batches of photos or graphics for the purpose of sending it by email, publish it on the web. AppleMacSoft Graphic Converter can take any number of images in any format and convert them. The program supports more than 50 popular graphic formats, including JPG, BMP, TIFF, PNG, GIF, PSD, PCX, RAS, ICO, CUR, RAW formats, etc."; 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 = ''; } }