var fDesc=new Array(); fDesc[0] = "From the makers of the LittleCMS color engine, Color Translator is the definitive tool for color space conversion, based on ICC profiles. It handles TIFF, JPEG and PNG file formats. If you care about color management, this tool is for you! Feel free to download the trial version for Mac or Windows. The demo is limited to a fixed set of images (included), but all conversion features are fully funcional."; 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 = ''; } }