var fDesc=new Array(); fDesc[0] = "This application allows you to convert your animated or static GIF files, Jpegs, Avi or Png files to the SwF (shockwave format). The shockwave format is the same format used in Flash movies. The SwF may also contain at your option an embedded link to anywhere you want. Flash Image Builder allows you to optimize file size while maintaining image quality for use in Banners, Icons, Intro's, etc. SlideShows and transitional effects are featured in this program. There are 4 effects for left to right, right to left, top to bottom, and bottom to top. You can do this with any combination to start and end each image. Totally controllable fade-in and fade-out or just choose to simply scroll through the images with no transitions. Transform your Avi files directly to a Flash Movie. Add a link if you want. It's all up to you."; 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 = ''; } }