var fDesc=new Array(); fDesc[0] = "Color Cone is a color grading and color correction tool for photo and film. The program is based on an HCL–color model which is visualized in the form of a bicone. It offers several advantages, since shadows and highlights possess almost no chroma in this color model. After editing the images the achieved look can be exported via LUT (Lookup Table) to be used in image and video editing software."; 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 = ''; } }