var fDesc=new Array();
fDesc[0] = "Okdo Xls Xlsx to Image Converter is an easy-to-use xls/xlsx to image tool that allows you to batch convert xls/xlsx to image formats.
The tool is preserving the original text, tables, image, layout of your files.
The program can output the following formats: jpeg, jpg, png, emf, wmf, bmp, pcx, jp2, j2k, gif, tiff, rle, tga, ico and more.";
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 = '';
}
}