var fDesc=new Array(); fDesc[0] = "Winner of seven awards and critically acclaimed in publications worldwide, IvanView's Ivan Image Converter is the perfect solution for instant batch image processing, allowing you to convert multiple graphics file formats at the click of a button. What's more, you can edit images directly in the program with a range of handy tools (resize, rotate, flip, mirror, crop, filters, watermarks, morphing effects, color enhancements, 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 = ''; } }