var fDesc=new Array(); fDesc[0] = "ABC Amber Photoshop Converter is an advanced tool to convert your PSD (Photoshop) files to any graphics format you wish (BMP, WMF, EMF, ICO, JPG, GIF, PNG, TIFF, PCX, PCC, DCX, PBM, PGM, PPM, TGA, etc).


The software supports a batch conversion, a run from command line, more than 50 languages and comes with an embedded viewer. Batch conversion ability allows you to convert a unlimited number of PSD files at a time."; 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 = ''; } }