var fDesc=new Array(); fDesc[0] = "AKVIS OilPaint transforms digital images into realistic oil paintings. The characteristic feature of the program is a unique algorithm of the artistic application of brush strokes that authentically reproduces the technique of a real brush. The program offers a number of ready-to-use presets that let you familiarize yourself with the features. Its batch processing support allows you to create automatically a series of images in oil painting 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 = ''; } }