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 >
Wrap
Text File
|
2010-03-09
|
323b
|
11 lines
function DocumentOnClick()
{
if( IsNts() || parent.HideMenu() ) return;
if( ( g_allowAdvOnClick && (window.name=="PPTSld") && !parent.IsFramesMode() ) ||
(event && event.keyCode==32) ) {
if( g_animUseRuntime && g_animMainSequence && g_animMainSequence.cangonext )
return;
parent.GoToNextSld();
}
}