aboutsummaryrefslogtreecommitdiff
path: root/web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm
blob: 17916572220bbd000713d57acadd0b97a1e3e53a (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
<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 ( ! opener.PPTPRESENTATION ) {
	window.location.replace( "endshow.htm" );
}
</script><script language=JavaScript src=script.js></script><script language=JavaScript><!--
var SCREEN_MODE = "FullScreen";
 base = self;
 g_fullscrMode = 1;LoadHTMLVersion();
//-->
</script>
</head>

<script> <!--
closing = false;
PPTPRESENTATION = 1;
function getSlideName() {
	return opener.GetHrefObj( g_currentSlide ).m_slideHref;
}
function initpopup() {
	if ( base.msie < 0 )
		NavPopup = window.open(  "fs_navigation_bar.htm", "controls", "alwaysRaised=yes,WIDTH=300,HEIGHT=50");
	else	
		NavPopup = window.open( "fs_navigation_bar.htm", "controls", "WIDTH=300,HEIGHT=50");
	NavPopup.focus();
}


function WriteMe() {
	document.write( '<frameset rows=\" *,35 \" frameborder=0> '  +
	' ' + 
	'<frame src=\"' + getSlideName() + '\" name=PPTSld marginheight=0  marginwidth=0 scrolling=no noresize> ' +
	' <frame src="fs_navigation_bar.htm" name=PPTNav marginheight=0 marginwidth=0 scrolling=no noresize>  ' +
	'</frameset>' );
	window.focus();
}

function shutdown( ) {
if ( ! closing )

	if ( window.NavPopup && !window.NavPopup.closed )
		window.NavPopup.close();
}

WriteMe();
// initpopup();


	self.onunload = shutdown;
	
//-->
</script>
</html>