var fDesc=new Array(); fDesc[0] = "AlphaPlugins DigitalChaos - the simple and qualitative plug-in filter for Adobe Photoshop and compatibles. This plug-in is aimed for creation randomly patterns consisted from symbols and digits. These symbols patterns can be used in complicated compositions and lets to generate fantastically looked abstract arts. The plug-ins contains build-in text editor what allows setup sets of used symbols and fonts. Also plug-in has very handful controls for randomization symbols properties such as positions, scales, angles, colors, fonts and etc. Plus, the plug-in has a magic button "Auto" what lets to generate amazing abstract symbols patterns by one click."; 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 = ''; } }