var fDesc=new Array(); fDesc[0] = "The B/W Styler (Plugin) simulates whole workflow of B&W photography from shooting a photo to processing it in the lab and framing the end result. Offers B&W conversion, creating traditional B&W effects and styling B&W photos. Simulates 42 historic film types and various ISO rating, lens filters, lab development."; 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 = ''; } }