<html>

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 11">
<link id=Main-File rel=Main-File href="../04_Swiss-1.htm">
<link rel=Preview href=preview.wmf>
<meta name=Robots content=NoIndex>
<script src=script.js></script><script><!--

if( !(IsWin("PPTOtl")||IsWin("PPTNav")||IsWin("PPTOtlNav")) )
{
	obj = GetObj("Main-File")
	parent.location.href=obj.href
}

var gOtlHiliteClr="#ffffff",gOtlNormalClr="#000000",gOtlActiveClr="#ffff00",gSelected="",gTxtState=false,gChildEntryTable=new Array()

function Load()
{
	if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return }
	if( g_supportsPPTHTML ) {
		if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true; return }
		if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav); parent.gOtlNavLoaded=true; return }
	}
}
function Upd(){ if( IsWin("PPTNav") ) LoadNav("NavObj",UpdNav) }
function LoadNav( oId,UpdFunc )
{
	document.ondragstart=CancelDrag
	document.onselectstart=CancelDrag
	document.body.style.margin=2
	UpdFunc()
	obj=document.all.item(oId)
	obj.style.display="block"
	obj.style.visibility="visible"
	document.bgColor="threedface"

	if( parent.frames["PPTNts"] )
		notesBtn.style.display = ""
	if( parent.gHasNarration )
		nb_voiceBorder.style.display = ""
}
function LoadOtl()
{
	var otl=GetObj("OtlObj")
	otl.style.display="block"
	otl.style.visibility="visible"
	if( gOtlActiveClr == "" ) gOtlActiveClr=document.linkColor
	if( gOtlHiliteClr == "" ) gOtlHiliteClr=document.fgColor
	if( gOtlNormalClr == "" )
		gOtlNormalClr=document.bgColor
	else
		document.bgColor=gOtlNormalClr  

	InitArray()

	if( ObjExists( parent.gCurSld ) ) {
		ChangeState( parent.gCurSld,gOtlNormalClr,gOtlHiliteClr )
		gSelected=parent.gCurSld
	}
	else gSelected = -1

	UpdOtl()
}
function UpdOtl(){ UpdIdx(parent.gCurSld) }
function UpdIdx( idx )
{
	if( gSelected != idx ) {
		if( gSelected > 0 )
			ChangeState( gSelected,gOtlHiliteClr,gOtlNormalClr )

		if( ObjExists( idx ) ) {
			gSelected = idx
			ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
		}
		else gSelected = -1
	}

	if( gTxtState != parent.gOtlTxtExp ) {
		state = "block"
		if( !parent.gOtlTxtExp )
			state="none"

		for(ii=0; ii<gChildEntryTable.length; ii++) {
			obj=gChildEntryTable[ii];
			if( obj.id == null ) continue;

			if( obj.id.indexOf("PPTC") >= 0 )
				obj.style.display=state;
		} 
		gTxtState=parent.gOtlTxtExp
		if( ObjExists( gSelected ) )
			ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
	}
}
function InitArray()
{
	count=0
	var list=GetTags(document,"DIV");
	for(ii=0; ii<list.length; ii++) {
		obj=list.item(ii)
		if( obj.id == null ) continue

		if( obj.id.indexOf("PPTC") >= 0 )  
			gChildEntryTable[count++]=obj
	}
}
function ChangeState( idx,fgColor,bgColor )
{
	obj=GetObj("PPTL"+idx)
	obj.style.color=fgColor

	obj=GetObj("PPTP"+idx)
	obj.style.backgroundColor=bgColor
}
function ChgClr( o,clr ){ if( o.id != "PPTL"+gSelected ) o.style.color=clr }
function Over( src ){ ChgClr(GetLink(src),gOtlActiveClr) }
function Out( src ){ ChgClr(GetLink(src),gOtlHiliteClr) }
function Follow(src){ window.location.href = GetLink(src).href; }
function ObjExists( ii ) { obj=GetObj("PPTP"+ii ); return( obj ) }
function GoToSld( href ){ UpdIdx(parent.GetSldNum(href)); parent.GoToSld( href ) }
function CancelDrag(){ window.event.cancelBubble=true;window.event.returnValue=false}
function GetLink(src)
{
   if(src.tagName=="A") return src
   else return GetTags(src,"A").item(0)
}

function UpdNav()
{
	txt = "<center>";
	if( parent.GetHrefObj( parent.gCurSld ).mOrigVis == 1 )
		txt += "Slide " + parent.GetCurSldNum() + " of " + parent.GetNumSlds()
	else
		txt += "Hidden Slide"
	txt += "</center>";
	nav_text.innerHTML = txt;

	if( !parent.HasPrevSld() )
		gBtnArr["nb_prev"].Enabled(0)
	else
		gBtnArr["nb_prev"].Enabled(1)

	if( !parent.HasNextSld() )
		gBtnArr["nb_next"].Enabled(0)
	else
		gBtnArr["nb_next"].Enabled(1)
	gBtnArr["nb_nts"].Enabled(1)
	gBtnArr["nb_ntsBorder"].SetFlag( parent.gHasNts )

	gBtnArr["nb_sldshw"].Enabled(1)
	gBtnArr["nb_voice"].Enabled(1)
}

function ExecBtn()
{
	if (event.keyCode == 13)
	{
		BtnOnDown();
		BtnOnUp();
	}
}
function UpdOtlNav()
{
	gBtnArr["nb_otl"].SetEnabled();

	if( parent.gOtlOpen )
		gBtnArr["nb_otlTxt"].Enabled( true );
	else
		document.all.item("nb_otlTxtBorder").style.visibility = "hidden";
}




//--></script>
<style>
<!--.PTxt
	{position:relative;
	width:100%;
	margin-top:5px;
	padding-left:2px;
	font-weight:bold;}
.CTxt
	{position:relative;
	width:100%;
	margin-top:5px;}
a
	{color:white;
	text-decoration:none;}
ul
	{color:white;
	margin-bottom:0px;
	margin-left:20px;}
.sldNum
	{margin-top:5px;
	color:white;}
.button
	{position:absolute;
	width:32px;
	height:20px;
	border-style:solid;
	border-width:1px;
	border-color:threedface;}
-->
</style>
</head>

<body onload="Load()" style='margin:2px'>

<div id=NavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="ExecBtn()" style='display:none;visibility:hidden'>
<table id="notesBtn" style='display:none;position:relative;width:55px' align=left cellpadding=0
 cellspacing=0>
 <td nowrap>
 <div id="nb_ntsElem" title="Show/Hide
Notes" align=center style='position:relative;margin-left:5px;margin-right:5px;padding:3px;
 font-family:Arial;color:buttontext;font-size:9pt; cursor:default'>
 <img src="notes_flag.gif" id="nb_nts" style='display:none'> &nbsp;Notes</div>
 <div id="nb_ntsBorder" title ="Show/Hide
Notes" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=1 style='position:absolute;top:0%;left:0%;width:100%;height:20px'>

 </div>
 </td>
</table>


<table style='position:relative;width:70px' align=right cellpadding=0 cellspacing=0>
 <td nowrap>
 <div id="nb_sldshwText" title="Full Screen Slide Show" align=center style='position:relative;margin-left:20px;padding:3px;
 font-family:Arial;color:buttontext;font-size:9pt;cursor:default'>Slide
Show</div>
 <div id="nb_sldshwBorder" title="Full Screen Slide Show" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=5 style='position:absolute;top:0%;left:0%;width:100%;height:20px'>
 <div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
 src="buttons.gif" id="nb_sldshw" style='position:relative;left:-254px'></div>
 </div>
 </td>
 <td>
 <div id="nb_voiceBorder" style='display:none;position:absolute;top:0;left:-40px;
 width:20px;height:20px' onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=4 class=button>
 <div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
 src="buttons.gif" id="nb_voice" title="Pause/Play Narration" style='position:
 relative;left:-290px'></div>
 </div>
 </td>
</table>

<table style='position:relative' align=center cellpadding=0 cellspacing=0>
 <td nowrap>
 <div id="nb_prevBorder" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=2 class=button style='left:-30px'>
 <div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
 src="buttons.gif" id="nb_prev" title="Previous Slide" style='position:relative;
 left:0px'></div>
 </div>
 <span id="nav_text" style='position:relative;top:3px;width:100px;font-family:
 Arial;color:buttontext;font-size:9pt'></span>
 <div id="nb_nextBorder" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=3 class=button>
 <div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
 src="buttons.gif" id="nb_next" title="Next Slide" style='position:relative;
 left:-90px'></div>
 </div>
 </td>
</table>
</div>

<div id=OtlNavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="ExecBtn()" style='display:none;visibility:hidden'>

<table style='position:relative;width:70px' align=left cellpadding=0 cellspacing=0>
 <td nowrap><div title="Show/Hide
Outline" id="nb_otl" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=11
 style='position:absolute;top:0%;left:0%;width:100%;height:100%;cursor:default'>
 <div id="nb_otlElem" align=center style='position:relative;padding:3px;font-family:Arial;
 color:buttontext;font-size:9pt'>Outline</div></div>
 </td>
</table>

<table style='position:relative' align=center cellpadding=0 cellspacing=0>
 <td>
 <div style='position:absolute;left:-18px;width:24px;height:20px;border-style:
 solid;border-width:1px;border-color:threedface' onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=12 id="nb_otlTxtBorder">
 <div style='position:absolute;clip:rect(0px, 22px, 18px, 0px)'><img
 src=buttons.gif id="nb_otlTxt" title="Expand/Collapse Outline"
 style='position:relative;left:-157px'></div>
 </div>
 </td>
</table>

</div>

<div id=OtlObj style='display:none;visibility:hidden;'>


<table width="100%" style='font-family:Arial;font-size:9pt'>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>1</font></div>
  </td>
  <td width="100%">
  <div id=PPTP1 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0037.htm');" id=PPTL1>Swiss Reformation:
  <br>
    Zwingli</a></font></div>
  <div id=PPTC1 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>“From the Reformation to the Constitution”</li>
   <li>Bill Petro</li>
   <li>your friendly neighborhood historian</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>2</font></div>
  </td>
  <td>
  <div id=PPTP3 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0038.htm');" id=PPTL3>Objectives<br>
    By the end of this session you should be able to</a></font></div>
  <div id=PPTC3 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Trace the beginning of the Swiss Reformation</li>
   <li>Describe Ulrich Zwingli’s distinctives</li>
   <li>Discuss differences between Catholic, Lutheran, and Reformed practices</li>
   <li>Identify the ideological origins of the Baptists</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>3</font></div>
  </td>
  <td>
  <div id=PPTP4 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0106.htm');" id=PPTL4><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>4</font></div>
  </td>
  <td>
  <div id=PPTP6 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0071.htm');" id=PPTL6>Swiss Cantons</a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>5</font></div>
  </td>
  <td>
  <div id=PPTP7 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0069.htm');" id=PPTL7>Ulrich Zwingli<br>
    <span style='mso-spacerun:yes'> </span>Father of Swiss Reformation</a></font></div>
  <div id=PPTC7 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>1484 -1531</li>
   <li>Born in Wildhaus, N. Switz <br>
              to well-to-do family</li>
   <li>Childhood: Basel, Bern</li>
   <li>Loved Music: Vienna studies</li>
   <li>University of Basel: BA, MA</li>
   <li>Influenced by Italian Renaissance</li>
   <li>Influenced by John Duns Scotus</li>
   <li>Became Humanist (Erasmus)</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>6</font></div>
  </td>
  <td>
  <div id=PPTP9 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0073.htm');" id=PPTL9>Zwingli’s Studies</a></font></div>
  <div id=PPTC9 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Hand copied Erasmus’<br>
              Greek New Testament</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>7</font></div>
  </td>
  <td>
  <div id=PPTP10 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0072.htm');" id=PPTL10>Zwingli: the Priest</a></font></div>
  <div id=PPTC10 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>1506 ordained in Basel</li>
   <li>Pastor at Glarus for 10 years</li>
   <li>Teaches himself:<br>
              Greek, Hebrew, Church Fathers</li>
   <li>Memorizes Epistles of Paul</li>
   <li>1516: Einsiedeln</li>
   <li>Criticized the ritualism of the “Black Virgin”</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>8</font></div>
  </td>
  <td>
  <div id=PPTP11 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0075.htm');" id=PPTL11>Zwingli in Zurich</a></font></div>
  <div id=PPTC11 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>January 1, 1519</li>
   <li>People’s Priest at<br>
              Grossmünster</li>
   <li>Converted by studies</li>
   <li>Expository sermons<br>
              through the NT</li>
   <li>Reads Luther</li>
   <li>Swiss Reformation begins</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>9</font></div>
  </td>
  <td>
  <div id=PPTP12 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0115.htm');" id=PPTL12><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>10</font></div>
  </td>
  <td>
  <div id=PPTP13 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0116.htm');" id=PPTL13><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>11</font></div>
  </td>
  <td>
  <div id=PPTP14 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0099.htm');" id=PPTL14>Zwingli’s Writings</a></font></div>
  <div id=PPTC14 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>1521: 67 Articles</li>
   <li>Debates and convinces others</li>
   <li>1525: True and False Religion</li>
   <ul>
    <li>Abolished the Mass democratically</li>
    <li>City changed in a day</li>
   </ul>
   <li>1530: Confession to Charles V<br>
              at Diet of Augsburg – not read</li>
   <li>1531: Exposition of the Christian Faith to Francis I – not read</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>12</font></div>
  </td>
  <td>
  <div id=PPTP15 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0092.htm');" id=PPTL15>Zwingli’s Home Life</a></font></div>
  <div id=PPTC15 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Secret “clerical marriage” in 1522</li>
   <li>Married Anna Reinhard, widow, <br>
              in 1524</li>
   <li>4 children</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>13</font></div>
  </td>
  <td>
  <div id=PPTP16 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0089.htm');" id=PPTL16>Zwingli’s Teachings</a></font></div>
  <div id=PPTC16 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Adopts Sola fide and Sola scriptura</li>
   <li>Persuades Zurich Town Council to forbid <br>
              non-Scriptural religious teachings</li>
   <li>Teaches Predestination and the 2 Sacraments</li>
   <li>Emphasizes Symbolic Lord’s Supper</li>
   <li>Denounces:</li>
   <ul>
    <li>Mercenaries</li>
    <li>Monasticism</li>
    <li>Purgatory</li>
    <li>Relics</li>
   </ul>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>14</font></div>
  </td>
  <td>
  <div id=PPTP17 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0114.htm');" id=PPTL17>Special Relics<br>
    New Newspaper from the Rhine - 1542</a></font></div>
  <div id=PPTC17 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>2 feathers and an egg from the Holy Spirit</li>
   <li>½ of the archangel Gabriel’s wing</li>
   <li>30 blasts from the trumpets on Mt. Sinai</li>
   <li>5 nice, shiny strings from David’s harp</li>
   <li>3 beautiful locks of Absalom’s hair</li>
   <br>
   <br>
   <li>For 1 guilder: papal indulgence remitting all sins committed up to
       present and next 10 years.</li>
   <li>Author: Martin Luther</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>15</font></div>
  </td>
  <td>
  <div id=PPTP18 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0090.htm');" id=PPTL18>Zwingli’s Practices</a></font></div>
  <div id=PPTC18 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Preaches chapter by chapter, book by book</li>
   <li>Abolishes religious ornaments</li>
   <li>Destroys organ at Grossmünster</li>
   <li>Knocks out stained glass windows</li>
   <li>Whitewashes walls</li>
   <li>Plain benches, separates sexes</li>
   <li>Wooden table replaces altar!</li>
   <li>Wooden cup replaces chalice</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>16</font></div>
  </td>
  <td>
  <div id=PPTP19 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0117.htm');" id=PPTL19><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>17</font></div>
  </td>
  <td>
  <div id=PPTP20 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0118.htm');" id=PPTL20><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>18</font></div>
  </td>
  <td>
  <div id=PPTP21 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0119.htm');" id=PPTL21><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>19</font></div>
  </td>
  <td>
  <div id=PPTP22 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0098.htm');" id=PPTL22>Zwingli’s Success</a></font></div>
  <div id=PPTC22 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Monasteries converted into hospitals</li>
   <li>6 cantons were converted to the Reformation</li>
   <li>5 “Forest Cantons” remained staunchly Catholic</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>20</font></div>
  </td>
  <td>
  <div id=PPTP23 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0074.htm');" id=PPTL23>Marburg Colloquy</a></font></div>
  <div id=PPTC23 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>1529: by Philip of Hesse, leading “Protestant”</li>
   <li>Unite Luther and Zwingli?</li>
   <li>Luther and Zwingli had <br>
              much in common</li>
   <li>Disagreed on <br>
              Lord’s Supper</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>21</font></div>
  </td>
  <td>
  <div id=PPTP24 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0078.htm');" id=PPTL24>Lutheran vs. Reformed</a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>22</font></div>
  </td>
  <td>
  <div id=PPTP32 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0094.htm');" id=PPTL32>Swiss Civil War</a></font></div>
  <div id=PPTC32 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>May 15, 1531, the cantons which had accepted the Reformation assembled</li>
   <li>Forest Cantons (strongly Roman Catholic) flatly refused to keep the
       treaty they had signed the year before</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>23</font></div>
  </td>
  <td>
  <div id=PPTP33 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0095.htm');" id=PPTL33>Second Battle of Kappel</a></font></div>
  <div id=PPTC33 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>October 11, 1531</li>
   <li>Catholic army of 8,000 <br>
              against Zurich's 1500</li>
   <li>500 Protestants died</li>
   <li>Zwingli as chaplain slain along with 26 members of the Town Council and
       24 other pastors</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>24</font></div>
  </td>
  <td>
  <div id=PPTP34 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0120.htm');" id=PPTL34><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>25</font></div>
  </td>
  <td>
  <div id=PPTP35 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0121.htm');" id=PPTL35><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>26</font></div>
  </td>
  <td>
  <div id=PPTP36 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0123.htm');" id=PPTL36><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>27</font></div>
  </td>
  <td>
  <div id=PPTP37 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0096.htm');" id=PPTL37>Heinrich Bullinger</a></font></div>
  <div id=PPTC37 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>1504 - 75</li>
   <li>1549: Consensus Tigurinus between him and Calvin</li>
   <li>The greatest “Pastor” of the Reformation</li>
   <li>Wrote to all European Monarchs</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>28</font></div>
  </td>
  <td>
  <div id=PPTP38 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0079.htm');" id=PPTL38>Origin of Baptists</a></font></div>
  <div id=PPTC38 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Ask a Baptist</li>
   <ul>
    <li>John the Baptist</li>
   </ul>
   <li>Ask an old Baptist</li>
   <ul>
    <li>English Separatists</li>
   </ul>
   <li>Ask an historian</li>
   <ul>
    <li>January 21, 1525</li>
   </ul>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>29</font></div>
  </td>
  <td>
  <div id=PPTP40 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0080.htm');" id=PPTL40>Anabaptists</a></font></div>
  <div id=PPTC40 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Forgotten tradition of Swiss Brethren</li>
   <li>Opposed by Catholics, Luther, Zwingli, &amp; Calvin</li>
   <li>Bullinger: “Against the Tricks of the Catabaptists”</li>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>30</font></div>
  </td>
  <td>
  <div id=PPTP41 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0102.htm');" id=PPTL41>Anabaptist Leaders</a></font></div>
  <div id=PPTC41 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Konrad Grebel</li>
   <ul>
    <li>From patrician family in Zurich</li>
    <li>Misspent youth at Univ. of Vienna &amp; Paris</li>
    <li>Converted by Zwingli’s Bible Studies</li>
   </ul>
   <li>Felix Manz</li>
   <ul>
    <li>Hebrew scholar and illegitimate son</li>
   </ul>
   <li>Menno Simonsz</li>
   <ul>
    <li>Dutch priest in Holland &#8594; Mennonites</li>
   </ul>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>31</font></div>
  </td>
  <td>
  <div id=PPTP42 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0103.htm');" id=PPTL42>Anabaptist Beliefs</a></font></div>
  <div id=PPTC42 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Sola scriptura</li>
   <ul>
    <li>Literal interpretation</li>
   </ul>
   <li>Gathered Church</li>
   <ul>
    <li>Out of the world, not state or folk church born into</li>
   </ul>
   <li>Separation of church &amp; state</li>
   <ul>
    <li>Some Pacifists, wouldn’t swear civil oaths</li>
   </ul>
   <li>Believer’s (Adult) Baptism only</li>
   <ul>
    <li>Sign of inward work of grace</li>
   </ul>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>32</font></div>
  </td>
  <td>
  <div id=PPTP43 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0105.htm');" id=PPTL43>Anabaptist Behavior</a></font></div>
  <div id=PPTC43 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Young, idealistic, impetuous, impatient</li>
   <li>Wouldn’t baptize their babies – broke franchise</li>
   <li>Zwingli debated them publicly – gave deadline</li>
   <li>January 21, 1525 in Zollikon (outside Zurich)</li>
   <ul>
    <li>Grebel baptized Manz</li>
   </ul>
   <li>City Council condemned them</li>
   <ul>
    <li>Manz was drowned by authorities</li>
    <li>Extensive persecution</li>
   </ul>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>33</font></div>
  </td>
  <td>
  <div id=PPTP44 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0112.htm');" id=PPTL44><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>34</font></div>
  </td>
  <td>
  <div id=PPTP46 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0109.htm');" id=PPTL46><span
  style='mso-spacerun:yes'> </span></a></font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>35</font></div>
  </td>
  <td>
  <div id=PPTP47 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0104.htm');" id=PPTL47>Anabaptist Heritage</a></font></div>
  <div id=PPTC47 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Moravia, Hesse (N. Germany)</li>
   <li>Holland</li>
   <ul>
    <li>Mennonites</li>
    <li>Jacob Amman – Amish (Pennsylvania Dutch)</li>
   </ul>
   <li>English Separatists</li>
   <li>English Baptists</li>
   <ul>
    <li>General Baptists (1612): Arminian</li>
    <li>Particular Baptists (1633): Calvinistic</li>
   </ul>
   <li>American Baptists</li>
   <ul>
    <li>Roger Williams (Providence, RI)</li>
   </ul>
  </ul>
  </font></div>
  </td>
 </tr>
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
  style='cursor:hand'>
  <td align=right valign=top>
  <div class=sldNum><font size=2>36</font></div>
  </td>
  <td>
  <div id=PPTP48 class=PTxt><font size=2><a
  href="javascript:GoToSld('slide0101.htm');" id=PPTL48>1-Word Summary</a></font></div>
  <div id=PPTC48 class=CTxt style='display:none'><font size=2>
  <ul>
   <li>Catholic Church		Merit</li>
   <li>Luther				Justification</li>
   <li>Zwingli				Sovereignty</li>
   <li>Anabaptists			Believer’s Baptism</li>
  </ul>
  </font></div>
  </td>
 </tr>
</table>



</div>

<div style='display:none'><a href=master03.htm></a><a href=master03.xml></a><a
href=preview.wmf></a><a href=pres.xml></a><a href=slide0037.htm></a><a
href=slide0108.htm></a><a href=slide0038.htm></a><a href=slide0106.htm></a><a
href="slide0106_image001.jpg"></a><a href="slide0106_image002.jpg"></a><a
href="slide0106_image003.gif"></a><a href="slide0106_image004.gif"></a><a
href="slide0106_image005.gif"></a><a href="slide0106_image006.gif"></a><a
href="slide0106_image007.gif"></a><a href=slide0070.htm></a><a
href="slide0070_image008.png"></a><a href="slide0070_image009.jpg"></a><a
href=slide0071.htm></a><a href="slide0071_image010.png"></a><a
href="slide0071_image011.jpg"></a><a href="slide0071_image012.gif"></a><a
href="slide0071_image013.gif"></a><a href=slide0069.htm></a><a
href="slide0069_image014.jpg"></a><a href="slide0069_image015.jpg"></a><a
href=slide0091.htm></a><a href="slide0091_image016.jpg"></a><a
href=slide0073.htm></a><a href="slide0073_image017.jpg"></a><a
href=slide0072.htm></a><a href="slide0072_image018.jpg"></a><a
href="slide0072_image019.jpg"></a><a href=slide0075.htm></a><a
href="slide0075_image020.jpg"></a><a href="slide0075_image021.jpg"></a><a
href=slide0115.htm></a><a href="slide0115_image022.jpg"></a><a
href="slide0115_image023.jpg"></a><a href=slide0116.htm></a><a
href="slide0116_image024.jpg"></a><a href="slide0116_image025.jpg"></a><a
href=slide0099.htm></a><a href="slide0099_image026.gif"></a><a
href=slide0092.htm></a><a href="slide0092_image027.jpg"></a><a
href="slide0092_image028.jpg"></a><a href=slide0089.htm></a><a
href=slide0114.htm></a><a href=slide0090.htm></a><a href=slide0117.htm></a><a
href="slide0117_image029.jpg"></a><a href="slide0117_image030.jpg"></a><a
href=slide0118.htm></a><a href="slide0118_image031.jpg"></a><a
href="slide0118_image032.jpg"></a><a href=slide0119.htm></a><a
href="slide0119_image033.jpg"></a><a href="slide0119_image034.jpg"></a><a
href=slide0098.htm></a><a href=slide0074.htm></a><a
href="slide0074_image035.jpg"></a><a href="slide0074_image036.jpg"></a><a
href=slide0078.htm></a><a href=slide0111.htm></a><a
href="slide0111_image037.png"></a><a href="slide0111_image038.jpg"></a><a
href=slide0082.htm></a><a href="slide0082_image039.jpg"></a><a
href="slide0082_image040.jpg"></a><a href="slide0082_image041.gif"></a><a
href=slide0088.htm></a><a href=slide0081.htm></a><a
href="slide0081_image042.jpg"></a><a href="slide0081_image043.jpg"></a><a
href="slide0081_image044.gif"></a><a href=slide0087.htm></a><a
href="slide0087_image045.jpg"></a><a href="slide0087_image046.jpg"></a><a
href="slide0087_image047.gif"></a><a href=slide0110.htm></a><a
href="slide0110_image048.png"></a><a href="slide0110_image049.jpg"></a><a
href=slide0085.htm></a><a href="slide0085_image050.jpg"></a><a
href="slide0085_image051.jpg"></a><a href="slide0085_image052.gif"></a><a
href=slide0094.htm></a><a href=slide0095.htm></a><a
href="slide0095_image053.jpg"></a><a href="slide0095_image054.jpg"></a><a
href=slide0120.htm></a><a href="slide0120_image055.jpg"></a><a
href="slide0120_image056.jpg"></a><a href=slide0121.htm></a><a
href="slide0121_image057.jpg"></a><a href="slide0121_image058.jpg"></a><a
href=slide0123.htm></a><a href="slide0123_image059.jpg"></a><a
href="slide0123_image060.jpg"></a><a href=slide0096.htm></a><a
href="slide0096_image061.jpg"></a><a href="slide0096_image062.jpg"></a><a
href=slide0079.htm></a><a href=slide0113.htm></a><a
href="slide0113_image063.png"></a><a href="slide0113_image064.jpg"></a><a
href=slide0080.htm></a><a href=slide0102.htm></a><a href=slide0103.htm></a><a
href=slide0105.htm></a><a href=slide0112.htm></a><a
href="slide0112_image065.png"></a><a href="slide0112_image066.jpg"></a><a
href="slide0112_image067.gif"></a><a href=slide0083.htm></a><a
href="slide0083_image068.jpg"></a><a href="slide0083_image069.jpg"></a><a
href="slide0083_image070.gif"></a><a href=slide0109.htm></a><a
href="slide0109_image071.png"></a><a href="slide0109_image072.jpg"></a><a
href="slide0109_image073.gif"></a><a href=slide0104.htm></a><a
href=slide0101.htm></a><a href=master01.htm></a><a
href="master03_stylesheet.css"></a><a href=script.js></a><a
href="../04_Swiss-1.htm"></a><a href=fullscreen.htm></a><a href="notes_flag.gif"></a><a
href=buttons.gif></a><a href=frame.htm></a><a href=outline.htm></a></div>

</body>

</html>
