home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / PPCORE.DLL / RCDATA / 5962 < prev    next >
Text File  |  2010-03-09  |  323b  |  11 lines

  1. function DocumentOnClick()
  2. {
  3.     if( IsNts() || parent.HideMenu() ) return;
  4.     if( ( g_allowAdvOnClick && (window.name=="PPTSld") && !parent.IsFramesMode() ) ||
  5.         (event && event.keyCode==32) ) {
  6.         if( g_animUseRuntime && g_animMainSequence && g_animMainSequence.cangonext )
  7.             return;
  8.         parent.GoToNextSld();
  9.     }
  10. }
  11.