var fDesc=new Array(); fDesc[0] = "MovieWorks Deluxe combines simple-to-use video, sound, animation, paint and image editing tools with a powerful time-based, object-oriented sequencing and authoring program. The five integrated MovieWorks Deluxe production applications work together seamlessly, making it easy to incorporate analog (AV) or digital (DV) video, buttons, photos, graphics, animations, 3D, narration, MIDI, MP3, CD music, text and titling, and even vieWork Deluxe combines simple-to-use video, sound, animation and paint editors with a powerful multimedia authoring program. Create precisely-timed presentations with unprecedented ease, speed, quality and affordability, and deliver movies on a data CD/DVD, set-top DVD, iPod, PDA, web page or computer; or interactive projects on a computer or data CD/DVD. The five integrated applications (Author, Paint, Sound, Video & Animator) work together seamlessly, making it easy to incorporate analog (AV) or digital (DV) video, buttons, photos, graphics, animations, 3D, narration, MIDI, MP3, CD music, text and titling, and even Virtual Reality (VR) movies into stunning, professional-quality multimedia productions."; 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 = ''; } }