var fDesc=new Array(); fDesc[0] = "The raw converter for ultimate image quality. It is a professional RAW converter and image editing software. It contains all the essential tools and high-end performance in one package to enable you to capture, organize, edit, share and print images in a fast, flexible and efficient workflow. It is a powerful and intuitive toolset is used by professional photographers to achieve world-class image quality with excellent color and detail."; 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 = ''; } }