var fDesc=new Array(); fDesc[0] = "Fhotoroom HDR is an easy to use image editor, powerful Digital Camera RAW converter and the advance HDR creation tool. It supports 18 digital raw files formats and over 500 digital cameras. It allows you to create and adjust the clarity towards the corner and sides of an image, resulting in a stunning effect which can enhance and highlight a desired subject area."; 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 = ''; } }