var fDesc=new Array(); fDesc[0] = "'Convert PowerPoint' (Convert PPT) is a simple to use, yet sophisticated PowerPoint conversion utility. If you need to convert thousands of files with a variety of file types located within many folders in a short period of time, this is the tool. If you require complicated conversion jobs done on a regular basis the built in scheduler will make it easy. 'Convert PPT' can be run from the command line allowing for use in batch files as well as launching programmatically from other programs."; 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 = ''; } }