about summary refs log tree commit diff
path: root/web/tutorial/ppt/html/webqtl_demo2.ppt_files/frame.htm
diff options
context:
space:
mode:
Diffstat (limited to 'web/tutorial/ppt/html/webqtl_demo2.ppt_files/frame.htm')
-rwxr-xr-xweb/tutorial/ppt/html/webqtl_demo2.ppt_files/frame.htm43
1 files changed, 43 insertions, 0 deletions
diff --git a/web/tutorial/ppt/html/webqtl_demo2.ppt_files/frame.htm b/web/tutorial/ppt/html/webqtl_demo2.ppt_files/frame.htm
new file mode 100755
index 00000000..5aa0f55d
--- /dev/null
+++ b/web/tutorial/ppt/html/webqtl_demo2.ppt_files/frame.htm
@@ -0,0 +1,43 @@
+<html>

<head>
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft Macintosh PowerPoint 11">
<link id=Main-File rel=Main-File href="webqtl_demo2.ppt.htm">
<title>PowerPoint Presentation  -  Complex trait analysis, develop-ment, and
genomics</title>
<link title="Presentation File" type="application/powerpoint" rel=alternate
href="webqtl_demo2.ppt.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>
\ No newline at end of file