var fDesc=new Array(); fDesc[0] = "Flex GIF Animator is a digital paint software program that is designed to be easy to use yet has high quality tools that work just like the real artist tools. It uses 6 different natural media tools such as Crayon,Charcoal, oil paints and Pencil.Flex GIF Animator goes beyond the pure traditional tool and takes advantage of the digital medium and offers art tools that can only exist in a digital world, such as Undo's to easily erase your previous work, instantly copying your art,unlimited color choices the list goes on. Yet Flex GIF Animator does not stop there, within Flex GIF Animator there is a versatile and powerful brush engine that allows for creation of extraordinary brushes for making your art ,It supports Photoshop brushs,so you can download and import a lot of Photoshop brushs from the internet."; 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 = ''; } }