var fDesc=new Array(); fDesc[0] = "Swivel is a powerful solution for converting your Adobe Flash movies into high-definition video. Swivel takes an SWF file and exports a video at any desired resolution, complete with audio and no dropped frames.

Swivel will scale your movie to any resolution, including 720p and 1080p. Vector art is rendered at the desired resolution, maintaining quality and sharpness. Filters are also tweaked depending on the output resolution."; 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 = ''; } }