var fDesc=new Array(); fDesc[0] = "BlazeVideo Video Editor is an easy-to-use video editing software that allows you to clip, crop, rotate and flip videos. You can also add watermark texts and subtitles to the videos, or transfer files to iPad, iPhone, iPod and other mobile phones. This video editor software supports Windows XP/Vista/7.

BlazeVideo Video Editor allows you to edit video's brightness, hue, saturation and contrast in order to get the best effect. There are also many other predefined video editing effects available for you to choose your best options.
BlazeVideo Video Editor allows you to source video info like file info (filename, format, filesize, duration), video info (format, codec, size, bitrate, framerate) and audio info (format, codec, bitrate, channel and samplerate) before completing video editing works."; 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 = ''; } }