var fDesc=new Array(); fDesc[0] = "PowerPoint Converter is a most handy utility to convert PowerPoint presentations into TIFF, PDF, JPEG.PowerPoint Converter works in batch mode. So you may convert any number of presentations at a time. If you want to convert several folders with .ppt files just check them all. Total PowerPoint Converter will convert the files in folders and keep folder structure. You get the converted files in the same order as the originals."; 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 = ''; } }