var fDesc=new Array(); fDesc[0] = "Your print provider does not accept RGB images? You have to deliver images in the CMYK colorspace but you don't have access to a professional tool to convert an image from RGB to CMYK?
Thats not a problem anymore! With this free online tool you can convert your images from RGB to CMYK color space using a professional ICC profile."; 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 = ''; } }