var fDesc=new Array(); fDesc[0] = "PlanPoint is a slide scheduling add-on for Microsoft PowerPoint that enables you to display a slide at predefined times only.

Create a large presentation with multiple slides. Set the display validity period for each slide and run the ever running slide show. PlanPoint will now control the time restricted slides and make slides visible when specified.

Main features:

- Set a date range when the slide should be include in the slide show.

- Set a time range within the date range.

- Specify the days of the week on which the slide should be visible."; 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 = ''; } }