var fDesc=new Array(); fDesc[0] = "Bokeh 2 is a tool that provides a wide range of creative focus effects and accurate lens simulation in a simple interface. Photographers use Bokeh to draw attention to their subject by manipulating focus, vignette, and depth of field.
Bokeh gives you the visual language of specialized lenses without the expense or hassle. Just drop a focus region over your subject and choose a preset or easily craft your own look."; 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 = ''; } }