var fDesc=new Array(); fDesc[0] = "Sorc Flash Creator is a great flash web design tool to help web master design animated flash medias. It is a very useful and quite easy to use application which was designed to help you make Flash Files.
Main features:
- Multipage Website.
- Animate images, shapes, texts and SWF clips.
- Import Images, Graphics, Sound and Video from all popular formats.
- Tools to Control Motion, Draw Complex Shapes, and more.
- Bundled with multimedia effects.
- Use ActionScript to create interactive movies.
- Employ Flash syntax highlighting and custom syntax coloring.
- Export SWF files and generate necessary HTML code.
- Debugger features."; 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 = ''; } }