var fDesc=new Array(); fDesc[0] = "Kiosk mode slide shows in Microsoft PowerPoint 2000 used to reset to the first slide after a period of inactivity. Microsoft PowerPoint 2002 (aka PowerPoint XP) has lost this feature. Kiosk mode slide shows in PowerPoint 2002 don't reset any more. Kiosk Assistant brings back that feature to PowerPoint 2002. It enhances it further to enable you to specify the time interval after which the kiosk mode slide show should reset. The slide to which the slide show should reset to can be configured too. To use Kiosk Assistant, follow the instructions given below."; 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 = ''; } }