var fDesc=new Array(); fDesc[0] = "The new Zoner GIF Animator 5 is a tool for creating images in the animated GIF format. Helps you create "trick banners" showing simulated Windows system controls (dialogs, message boxes, buttons, etc.) Find out more. Lets you restore animation frames' original states. Find out more. Its texture generator offers practically infinite textures in hundreds of basic types. Lets you directly add WMF and EMF vector images to frames. Lets you set an animation's background color."; 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 = ''; } }