var fDesc=new Array(); fDesc[0] = "Free Flash Flv Video Converter is a video conversion utility to convert FLV files into a number of popular file formats in both audio and video media. It employs simple click interface to achieve much of its functionality. It supports batch processing of files and the conversion can be configured with user options in bit rate, size of the frame and number of audio channels. Free Flash Flv Video Converter supports partial conversion with the in built splitter functionality. This utility is handy tool to download YouTube FLV files and convert them to any popular formats like AVI, MP4, 3GP, MPEG etc. The functionality extends to Google video, social networking sites and news network FLV files too.
Free Flash Flv Video Converter provides MP4 outputs, the file format required by popular media devices such as iPhone, mobiles, PDAs etc. Batch process runs the conversion simultaneously through multiple threads for quicker execution. There is a provision for automatic verification to open the converted file for completion. Free Flash Flv Video Converter has a windows interface look and feel with list of values provided for selection and buttons to execute any operation. Part conversion can be executed using the trim button and specification of start and end times."; 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 = ''; } }