aboutsummaryrefslogtreecommitdiff
path: root/web/tutorial/ppt/WebQTLDemo_files/frame.htm
blob: ae0e8573f06b9710c7d99dd1be1a4c35fd7a0851 (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
<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">
<title>PowerPoint Presentation  -  Complex trait analysis, develop-ment, and
genomics</title>
<link title="Presentation File" type="application/powerpoint" rel=alternate
href=WebQTLDemo.ppt>
<script>
if ( ! top.PPTPRESENTATION ) {
	window.location.replace( "endshow.htm" );
}
</script><script language=JavaScript><!--
base = parent;//-->
</script><script language=JavaScript src=script.js></script>
</head>

<script> <!--
function getSlideName() {
	return parent.GetHrefObj( parent.g_currentSlide ).m_slideHref;
}

function getNotesName() {
	return parent.GetHrefObj( parent.g_currentSlide ).m_notesHref;
}

function restore() {
	self.location.reload();
}

function WriteMe() {
	if ( true )
 	  document.write( '<frameset cols=\"20%,*\" id=PPTHorizAdjust >' +
	  '<frame src=\"outline_collapsed.htm\" name=PPTOtl>' );
	  var distribution;
	if ( parent.includeNotes ) 
		distribution = "*,20%";
	else 
		distribution = "*,0";		
	document.write('<frameset rows=\"' + distribution + '\" id=PPTVertAdjust >' +
	'<frame src=' + getSlideName() + ' name=PPTSld>' +
	'<frame src=' + getNotesName() + ' name=PPTNts>' );
	document.write('</frameset>');
	if ( true )
	  document.write(' </frameset>' );
}

if ( parent.msie < 0 ) {
	self.onresize = restore;
}

WriteMe();
//-->
</script>
</html>