var fDesc=new Array(); fDesc[0] = "GIF Construction Set Professional lets you create GIF animations with your images using its Animation Wizard. It can also be used to reduce the size of GIF files. Basic editing functions such as rotate, crop, color-adjust, and resize can be applied to all or parts of the animation.

GIF Construction Set Professional can help you convert between digital video and GIF animations. You can also export GIF files into SWF (Flash) animations with sound."; 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 = ''; } }