var fDesc=new Array(); fDesc[0] = "So, you want to have Flash™ design on your web pages. Well here is the simplest tools to make that creation possible. Beginners, Intermediate and Professional web designers alike will enjoy the ease of use of this product.
What does GIF2SWF v2.5 do ?
Simple, it will process any static (one picture) or animated GIF (many pictures that are called frames) to the SWF format (Shockwave) which is the format for the FLASH™ Movies. It also maintains the file size of the original image. And it allows you to embed unremovable links to your Movies. So you can convert Banners, Icons, Link Buttons, etc."; 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 = ''; } }