var fDesc=new Array(); fDesc[0] = "AKVIS Charcoal is an artistic tool designed to convert photos into charcoal and chalk drawings. It lets you create a preliminary sketch as well as a finished work of art. It combines the advantages of different materials and can be used together with different drawing tools. Using the sharpened charcoal you can make thin clear lines, but if you put it on the edge you'll get a wide loose stroke. Charcoal creates rich and easy picturesque strokes, both delicate and bold."; 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 = ''; } }