var fDesc=new Array();
fDesc[0] = "office Convert Document To Image is a useful and powerful conversion tool, the converter produces fully functional IMAGE
documents with text, pictures, graphics etc, using the original document formatting. It can create popular image formats as
JPG,BMP,GIF,TIF,TGA,RLE,PNG,EMF,WMF from comprehensive documents as Word (doc,docx,docm) ,Excel (xls,xlsx,xlsm),
PowerPoint (ppt,pptx,pptm), rtf ,txt with retaining the original style. It can convert in batches to improve your work efficiency. More
professional and easier interface is on the market. You must like it as soon as you use it. Free download now!";
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 = '';
}
}