var fDesc=new Array(); fDesc[0] = "Create Flash animations for your Web site, using more than 130 animation effects like Fade, Zoom, or Rotate. Animate images, shapes or texts, and add sound to your Flash movie. Define buttons and OnClick or OnOver actions. Export animations in SWF format and generate HTML code necessary to integrate Flash movie with your Web page. Flash Designer works with all HTML editors including Microsoft FrontPage, Macromedia Dreamweaver or GlobalScape CuteSite."; 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 = ''; } }