var fDesc=new Array(); fDesc[0] = "RahmanImager is an advanced full featured digital Image processing and manipulation platform with support for layers, vast arrays of filters, Special Effects, Artistic Colorizing, Tools, optimizers etc. It is one of the best alternative to expensive and complex image editors like Adobe Photoshop, Corel etc. It supports more than 55 popular Image Formats for Reading and support 20 Popular Image Formats for Writing with different dithers settings."; 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 = ''; } }