var fDesc=new Array(); fDesc[0] = "Animate your images with Ulead GIF-X.Plugin. This collection of 12 high-end special effects will take any image or selection and output as instant GIF animations. GIF-X lets you take your company logo and wrap it onto a spinning 3D globe, create a waving flag, a glowing neon sign, and more. Ulead GIF-X.Plugin works seamlessly with Ulead GIFAnimator 3 or any Photoshop 32-bit compatible image editor (such as Paint Shop Pro.) Click on the thumbnails below to see GIF-X.Plugin in action."; 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 = ''; } }