var fDesc=new Array();
fDesc[0] = "Eastsea Video Converter is a professional video converter, It can convert video files from various formats with great stability. It supports converting most video formats including AVI, WMV, ASF, DVR-MS, MS-DVR, MOV, MP4, 3GP, 3G2, QT, RM, RMVB, FLV, MKV, AVS, M2TS, MPG, VOB, DV, M1V, M2V, DAT, AMV, DIVX, M4V, MPE, MPV, OGM, FLV and SWF file format. It can also extract audio from video file. An easy-to-use interface allows you to enjoy working with video files without frequently consulting reference materials.
Eastsea Video Converter makes batch file conversion simple. Create a batch list of many different formats and convert them all to a single selected format. The converted files will be saved to a pre-selected directory folder and the original files will remain untouched.";
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 = '';
}
}