blob: d3e834745104e5ca15db425b2002844d6e140ef1 (
plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<html>
<head>
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft Macintosh PowerPoint 10">
<link id=Main-File rel=Main-File href="WebQTLDemo.htm">
<link title="Presentation File" type="application/powerpoint" rel=alternate
href=WebQTLDemo.ppt>
<script>
if ( ! top.PPTPRESENTATION ) {
window.location.replace( "endshow.htm" );
}
</script>
<script>
<!--
function restore() {
if( navigator.platform != "MacPPC" )
self.location.reload();
}
function WriteBody()
{
if( window.name != "PPTNav" ) return;
document.writeln( '<table width=\"100%\" border=0 valign=top cellpadding=0 cellspacing=0> <tr> ' );
drawing_app = false;
if ( parent.includeNotes && !false ) {
document.write( '<td align=left><a href=\"javascript:parent.ShowHideNotes()\">' +
' <img src=\"notes_flag.gif\" border=0 title=\" Notes\" alt=\" Notes\">' + ' </a> </td> ' );
}
document.write( '<td align=center valign=top> <table border=0 valign=top cellpadding=0 cellspacing=0> <tr><td align=right>' );
innerText = "";
if ( parent.GetHrefObj( parent.g_currentSlide ).m_origVisibility == 1 && !parent.g_allHidden )
innerText = "Slide " + parent.GetCurrentSlideNum() + " of " + parent.GetNumSlides();
else
innerText = "Hidden Slide";
if ( drawing_app ) {
document.write( '<a href=\"javascript:parent.GoToFirst()\">' );
document.write( '<img src="prev_active.gif"></a>        ' );
}
fEnable = ( ( parent.g_currentSlide != 1 && parent.GetHrefObj( parent.g_currentSlide - 1 ).m_visibility == 1 ) ) ||
( parent.GetCurrentSlideNum() > 1 );
if( fEnable )
{
prevBtn = "prev_active.gif";
document.write( '<a href=\"javascript:parent.TP_GoToPrevSld()\">' );
}
else
prevBtn = "prev_disabled.gif";
document.write( '<img src="' + prevBtn + '" border=0 title="Previous Slide" alt="Previous Slide" >' );
if( fEnable )
document.write( '</a>' );
document.write( '</td> <td align=center> ')
document.write( '     <font face=\"Arial\" color=#000000 size=2>' + innerText + '</font>     ' );
document.write( '</td> <td align=left>' );
fEnable = ( parent.GetCurrentSlideNum() != parent.GetNumSlides() );
if( fEnable )
{
nextBtn = "next_active.gif";
document.write( '<a href=\"javascript:parent.TP_GoToNextSld()\">' );
}
else
nextBtn = "next_disabled.gif";
document.write( '<img src="' + nextBtn + '" border=0 title="Next Slide" alt="Next Slide">' );
if( fEnable )
document.write( '</a>' );
if ( drawing_app ) {
document.write( '        <a href=\"javascript:parent.GoToLast()\">' );
document.write( '<img src="next_active.gif"></a>' );
}
document.write( '</td> </tr></table>' );
if ( ! drawing_app && !false ) {
document.write( '</td> <td align=right valign=top>' );
document.write( '<a href=\"javascript:parent.FullScreen()\"> ' +
'<img src="fullscr.gif" border=0 title="Full Screen Slide Show" alt="Full Screen Slide Show">' +
'</a>' );
}
document.write( '</td> </tr></table>' );
}
//-->
</script>
</head>
<body background=navbg.gif topmargin=2 scroll="no" onresize="restore()">
<center><script language=JavaScript><!--
WriteBody();//-->
</script></center>
</body>
</html>
|