var fDesc=new Array(); fDesc[0] = "This software produces a rough block-printed effect in black-on-white. There are 13 different variations on the effect. You can view and save the outline layer, the shading layer, or the final black & white composite image. Plus you can overlay the original picture in colour or greyscale, tint the image with a pale colour wash or soft vivid airbrush effect, or use the flat colour cartoon style."; 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 = ''; } }