var fDesc=new Array();
fDesc[0] = "Convert Document to Flv is a utility tool that can simultaneously convert massive different format files such as Pdf files, Word (doc, docx, docm), Excel (xls, xlsx, xlsm), PowerPoint (ppt, pptx, pptm) to Flv video at once. With this converter, you can play and view document files with Flash Player that is available across a number of operating systems.
Convert Document to Flv is a convenient option for quickly viewing Pdf files in the browser without loading Adobe Reader. The output quality is good and the converting speed is fast.";
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 = '';
}
}