|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/melanchton/old/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Redeemer: Education</title>
<link rel="stylesheet" href="RLC.css" type="text/css">
<SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="RLC.js"> </script>
<SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="RLC_JScriptCode.js"> </script>
</head>
<body class="bakimage">
<!--<h1>Education</h1>-->
<img src="Buttons/Education_t.JPG" width="233" height="40" alt="Education" border="0">
<hr>
<h3>Scenes from our Educational Programs</h3>
<script type="text/javascript">
// declare the variables
var SrcFldr = "Educ";
var SubFldr = "Jetter";
var strImages = [];
var strOrient = [];
var strCaption = [];
// All images are assumed to be within a folder and possilbe sub-folder of Images. I have begun to name
// those subfolders by the church year span (1 Advent through Christ the King).
// There will be one entry in each of three arrays for each picture
// The first array is the file name. (The basic path is assumed to be the same
// for every image, and the subfolder for all on a page will be passed separately.)
// The naming convention for the files is important. The file name is "proper cased" with
// no spaces, and the name always begins with the date in format CCYYMMDD.
// The second array is the orientation of the picture (L=landscape; P=portrait) [uppercase!]
// The third array holds the text used for the "" and for the caption.
// these first entries "initialize" the arrays so they must be element numbered [0].
strImages[0] = "20131222CmasHaroldTheAngel.jpg";
strOrient[0] = "P";
strCaption[0] = "2013 Harold [Herald] the Angel";
// all subsequent entries to the arrays are added onto the array. The "push" adds
// the next element in the array and then fills the element with the data indicated.
strImages.push("20131222CmasTheStar.jpg");
strOrient.push("P");
strCaption.push("2013 The Star");
strImages.push("20131222CmasMagiAndTheStar1.jpg");
strOrient.push("P");
strCaption.push("2013 The Magi and the Star");
strImages.push("20131222CmasMagiHaroldAndTheStar1.jpg");
strOrient.push("L");
strCaption.push("2013 The Magi, Harold, and the Star");
strImages.push("20131222CmasCast.JPG");
strOrient.push("L");
strCaption.push("2013 Christmas Program Cast");
// Now the JavaScript function is called and passed the subfolder name
// and the arrays of Images, Orientation codes, and Captions.
displayPhotosOnPage(SrcFldr, SubFldr, strImages, strOrient, strCaption);
</script>
<script type="text/javascript">
// declare the variables
var SrcFldr = "Educ";
var SubFldr = "";
var strImages = [];
var strOrient = [];
var strCaption = [];
strImages[0] = "20131207StNicholasMyraAdj.jpg";
strOrient[0] = "P";
strCaption[0] = "2013 St. Nicholas with Children";
strImages.push("2012Cmas.jpg");
strOrient.push("L");
strCaption.push("2012 Christmas");
strImages.push("2012Cmas2.jpg");
strOrient.push("L");
strCaption.push("2012 Christmas");
strImages.push("2012CmasAdoration.jpg");
strOrient.push("L");
strCaption.push("2012 Adoration of the Shepherds");
strImages.push("2012CmasAdoration2.jpg");
strOrient.push("L");
strCaption.push("2012 Adoration of the Magi");
strImages.push("2012CmasShepherds.jpg");
strOrient.push("L");
strCaption.push("2012 The Shepherds");
strImages.push("2012CmasMagi.jpg");
strOrient.push("P");
strCaption.push("2012 The Magi");
strImages.push("2012CmasReading.jpg");
strOrient.push("P");
strCaption.push("2012 Proclaiming the Story");
strImages.push("2010103101HearingBurningBushes.jpg");
strOrient.push("L");
strCaption.push("2010 About the Burning Bush");
strImages.push("2010103102HearingBurningBushes.jpg");
strOrient.push("L");
strCaption.push("2010 About the Burning Bush");
strImages.push("2010103103LearningByDoing.jpg");
strOrient.push("L");
strCaption.push("2010 Learning by Doing");
strImages.push("2010103104LearningByDoing.jpg");
strOrient.push("L");
strCaption.push("2010 Teachers Help Us Learn");
strImages.push("2010103105LearningByDoing.jpg");
strOrient.push("L");
strCaption.push("2010 Teachers and Learners");
strImages.push("2010103106LearningByDoing.jpg");
strOrient.push("L");
strCaption.push("2010 Teachers and Learners");
strImages.push("2010103107ConfirmandsAtStudy.jpg");
strOrient.push("L");
strCaption.push("2010 Confirmands at Study");
displayPhotosOnPage(SrcFldr, SubFldr, strImages, strOrient, strCaption);
</script>
<hr>
<h3>Our Educational Program Includes:</h3>
<h4>(Please be advised of our <a href="PDFs/ChildProtectionPolicy.pdf" target="_blank">Child Protection Policy</a>)</h4>
<table>
<tr colspan="3">
<td><b>Sunday Church School</b></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="RLC_Confirmation.html" target="main"><b>Confirmation</b></a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="RLC_VBS.html" target="main"><b>Vacation Bible School</b></a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><b>New (Adult) Membership Preparation Classes</b></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><b>Adult Bible Study</b></td>
</tr>
</table>
<hr>
<h4>GO BACK TO <a href="RLC_Main.html" target="main">WELCOME PAGE</a></h4>
<script type="text/javascript">
AddCopyright();
</script>
</body>
</html>