var fDesc=new Array(); fDesc[0] = "PictBear can be smoothly operated, even by users who are new to using paint software. With the vast range of functions lined up in the tool bar, it is possible to smoothly perform desired operations by selecting the icons of the functions you want to use. It is easy to arrange PictBear to be easier for you to use by choosing to display or not display tool icons, changing the allignment, etc. Customize everything to your specifications to take the efficiency of your work to the next level. By adding brushes to the brush palette in PictBear, it is possible to further increase the range of expressions available. It is possible to display multiple documents using tabs. Using this, it is possible to smoothly edit multiple images in parallel. It is possible to smoothly maximize and minimize in PictBear. Especially when maximizing, a grid is automatically displayed, which is very useful when drawing dot paintings or illustrations. It is possible to easily add a vast range of effects to images by using the filters. It is also possible to perform realistic processing and editing by combining filters."; 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 = ''; } }