var fDesc=new Array();
fDesc[0] = "Convert PowerPoint to Image lets you instantly convert Microsoft PowerPoint documents (PPT, PPTX, PPTM) into fully formatted and professional-quality Image files. Its easy-to-use interface allows you to create versatile image formats like JPG, BMP, GIF, TIF, TGA, REL, PNG, EMF, WMF, PSD files from PowerPoint with simply a few clicks.
The tool can simultaneously convert massive PowerPoint format files to one certain format at once, to save time.";
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 = '';
}
}