var fDesc=new Array(); fDesc[0] = "With Scate Ignite 4 Professional Edition you can create and share structured eLearning courses, quizzes, surveys, tutorials, demonstrations, corporate training, HD web videos, digital slide shows, web cam recordings, sales and marketing presentations, video/news blogs (vlogs) and podcasts.
Scate Ignite 4 Professional combines screen captures, digital images, PowerPoint, webcam recordings, HD video and quizzes into a seamless video, interactive course or presentation. Scate Ignite 4 then allows you to add closed caption text, music and voiceover narrations to complete the picture!"; 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 = ''; } }