-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex2.html.bak
79 lines (74 loc) · 2.72 KB
/
index2.html.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html><head><meta name=Title content="PowerPoint Presentation"><meta name=Keywords content=""><meta http-equiv=Content-Type content="text/html; charset=macintosh"><meta name=ProgId content=PowerPoint.Slide><meta name=Generator content="Microsoft Macintosh PowerPoint 11"><link rel=Edit-Time-Data href="index2_files/editdata.mso"><link rel=OLE-Object-Data href="index2_files/oledata.mso"><title>Information</title><link title="Presentation File" type="application/powerpoint" rel=alternatehref="index2_files/index2.ppt"><meta http-equiv=expires content=0><script>
<!--
var appVer = navigator.appVersion;
var msie = appVer.indexOf( "MSIE " ) + appVer.indexOf( "Internet Explorer " );
var msieWin31 = (appVer.indexOf( "Windows 3.1" ) >= 0), isMac = (appVer.indexOf("Macintosh") >= 0);
var ver = 0;
var msiePos = appVer.indexOf( "MSIE " );
var inexPos = appVer.indexOf( "Internet Explorer " );
if( msiePos >= 0 )
ver = parseFloat( appVer.substring( msiePos+5, appVer.indexOf ( ";", msiePos ) ) );
else if( inexPos >= 0 )
ver=parseFloat( appVer.substring( inexPos+18, appVer.indexOf(";",inexPos) ) )
else
ver = parseInt( appVer );
isIEFiles = 2;
isNAVFiles = 8;
isFLATFiles = 16;
PPTPRESENTATION = 1;
function present() {
var os = window.navigator.platform.indexOf("Mac");
if ( (os < 0 && ver >= 4 ) || ( os >= 0 && ver >= 5 ) || (os >=0 && msie < 0 && ver >= 4 ) )
{ /* for compatible browsers */
if( msie >= 0 && isIEFiles > 0 )
path = 'index2_files/slide0001.htm';
else if (msie < 0 && isNAVFiles > 0 && ver < 5 )
path = 'index2_files/slide0002.htm';
else if ( isFLATFiles > 0 ) {
//window.status = "This presentation is optimized for use with older versions of your browser. Since you are using a more recent version of Microsoft Internet Explorer or Netscape Navigator, consider optimizing this presentation to take advantage of your current version's advanced capabilities.";
path = 'index2_files/slide0003.htm';
}
else {
AlertError();
return;
}
}
else { /* for all other browsers */
if ( isFLATFiles > 0 ) {
//window.status ="This presentation contains content that your browser may not be able to show properly. This presentation was optimized for more recent versions of Microsoft Internet Explorer or Netscape Navigator.";
path = 'index2_files/slide0003.htm';
}
else {
AlertError();
return;
}
}
display();
}
function display() {
if ( !msieWin31 && ( ( msie >= 0 && ver >= 3.02 ) || ( msie < 0 && ver >= 3 ) ) )
window.location.replace(path);
else
window.location.href = path;
}
function AlertError() {
window.location.replace( "index2_files/error.htm" );
}
present();
//-->
</script>
</head></html>