var fDesc=new Array(); fDesc[0] = "Imagelys Picture Styles is a way of creating an unlimited number of professional quality graphic images in a minimal amount of time. You can create texture and background for your art work, enhance your photos with spectacular effects and much much more. You don't have to be an expert designer to be able to produce truly amazing results. No filter in the Filter Library can suit your particular needs? A editor allows you to create unique filters and modify existing ones without writing any code. The Studio edition allows you also to work with images from host application like Adobe Photoshop or PhotoFiltre Studio X and with effects from 8BF Adobe system Plug-ins."; 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 = ''; } }