var fDesc=new Array(); fDesc[0] = "Exposio Darkroom allows you to develop perfect real estate HDR photos. The program allows you to choose between Web or Print photo resolution depending on your needs. Each photo can be set individually. If you only need Web resolution photos, you can expect a fast development time (near 4 times faster than high resolution photos development). The photo engine gathers the luminosity information contained in all the 9 photos to develop a perfect balance of exposure and local contrasts: the interiors are well lighted, the outdoor lighting is natural and the furniture is displayed with a nice enhanced touch."; 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 = ''; } }