var fDesc=new Array(); fDesc[0] = "Create web designs and online experiences complete with interactive content, exceptional typography, high-quality video, and smooth animation for truly engaging web experiences.

Efficiently develop cross-platform web applications and content with an integrated development environment that offers intelligent ActionScript® coding tools and powerful integration with other Adobe tools.

Wow your audience with engaging FLV video content and interactivity that contains expressive, lifelike motion and animation. Fully control the playback experience, and easily integrate content from Adobe video editing and motion software."; 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 = ''; } }