var fDesc=new Array(); fDesc[0] = "office Convert PowerPoint to Image Jpg/Jpeg is an easy-to-use and professional document conversion tool. The converter produces fully functional IMAGE documents with text, pictures, graphics etc, using the original layout. It can create multifarious image formats as JPG,BMP,GIF,TIF,TGA,RLE,PNG,EMF,WMF from dozens of documents as PowerPoint (ppt,pptx,pptm) 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 = ''; } }