var fDesc=new Array();
fDesc[0] = "Create advanced Flash projects without knowing Flash
- Convert your PowerPoint files to Flash
- Record on-screen activity
- Create quizzes (SCORM & AICC compliant)
- Convert video to high quality Flash (using the latest VP6 codec)
- Capture video and audio
- Generate high impact Flash text effects
- Animate your work and add interactivity
- Output small files sizes to share via the web, CD-ROMs and email
- Comes with over $2000 of valuable bonus downloads
What you can do:
- Create professional Flash & video presentations
- Convert PowerPoint to Flash
- Author E-learning quizzes and courses
- Generate demos, tutorials and simulations
- Produce multimedia websites, slide shows & ads";
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 = '';
}
}