var fDesc=new Array();
fDesc[0] = "SWiSH Video3 is a Powerful Video to Flash Conversion
-SWiSH Video3 gives you Complete Control over Creation of Flash Video Content
-Import AVI, QuickTime, MPEG or Windows Media videos
-Export to Flash MX Video and High Quality Flash 8 Video with Chroma-key Transparency
-Skinnable Custom Player Controls that can be Created with any Flash Authoring Tool
-Add Overlays to Brand all your Flash Videos with a Linked Watermark
-Use Chroma-key Transparency to Overlay other Videos and Images
-Compose your own Subtitles or Import Industry Standard Files
-Use Events to Synchronize with events in your Flash movies
-Batch Processing to convert Multiple Video Files Automatically
-Adjust Video Compression and Quality, Deblocking, Smoothing and Keyframe Intervals
-Use original Audio or choose Compression Format, Frequency, and Bitrate
-Set Relative Or Absolute Paths, Set Different Targets For Different Files Types
-Export Highest Quality Flash Output (H264 & AAC) When Used With VideoHQ";
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 = '';
}
}