KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/melanchton/old/RLC_PhotoTour.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Redeemer: Tour (General)</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="SwissArmy.js"> </script>
    <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="RLC_JScriptCode.js"> </script>
	<script type="text/javascript">
		swfobject.registerObject("SWFRedeemerTour", "9.0.0");
	</script>
</head>

<body class="bakimage">
<h1>Tour</h1>
<img src="Buttons/Tour_t.JPG" width="233" height="40" alt="Tour" border="0">
<h4>You may click on any single image to enlarge it.</h4>
<h4>Click here to view the <a href="RLC_PhotoTour2016_17.html" target="main">Some of Us (2016-2017)</a><br> 
or here to view the <a href="RLC_PhotoTour2015_16.html" target="main">Some of Us (2015-2016)</a><br> 
or here to view the <a href="RLC_PhotoTour2014_15.html" target="main">Some of Us (2014-2015)</a><br> 
or here to view <a href="RLC_PhotoTour2.html" target="main">Some of Us (pre-Advent 2014)</a><br>  
or here to view the <a href="RLC_PhotoTour3.html" target="main">Icons in the Chapel</a></h4>
<h4>You may click on any single image to enlarge it.<br>
(Please note: it is our policy not to identify most persons by name.)</h4>
<hr>
<h4>General views around Redeemer</h4>
<h4>(Images marked with an asterisk [*] are courtesy of Bonnie Seifert.)</h4>
<script type="text/javascript">
	// declare the variables
	var SrcFldr = "Tour";
	var SubFldr = "FromMichelle";
	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] = "E55A8372.JPG";
	strOrient[0] = "L";
	strCaption[0] = "Welcome sign*";

	// 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("E55A8374.JPG"); 
   	strOrient.push("L");
	strCaption.push("Main Entrance*");

	strImages.push("E55A8329-001.JPG"); 
   	strOrient.push("L");
	strCaption.push("Front View*");

	strImages.push("E55A8368.JPG"); 
   	strOrient.push("P");
	strCaption.push("Iota Eta Sigma ['JESus']*");

	strImages.push("E55A8366-001.JPG"); 
   	strOrient.push("P");
	strCaption.push("Chi Rho ['CHRist']*");

	strImages.push("E55A8321-001.JPG"); 
   	strOrient.push("L");
	strCaption.push("Church School*");

	strImages.push("E55A8327-001.JPG"); 
   	strOrient.push("P");
	strCaption.push("Church School*");

	strImages.push("E55A8343-001.JPG"); 
   	strOrient.push("L");
	strCaption.push("Nave and Chancel*");

	strImages.push("E55A8344-001.JPG"); 
   	strOrient.push("P");
	strCaption.push("Chancel*");

	strImages.push("E55A8336.JPG"); 
   	strOrient.push("P");
	strCaption.push("Anniversary Banner*");

	strImages.push("E55A8360-003.JPG"); 
   	strOrient.push("L");
	strCaption.push("Nave, looking towards Narthex*");

	strImages.push("E55A8346-001.JPG"); 
   	strOrient.push("P");
	strCaption.push("Nave, rear*");

	strImages.push("E55A8333-001.JPG"); 
   	strOrient.push("P");
	strCaption.push("Stained Glass Cross*");

	strImages.push("E55A8354-001.JPG"); 
   	strOrient.push("L");
	strCaption.push("Nave, Side Windows*");

	strImages.push("E55A8331.JPG"); 
   	strOrient.push("L");
	strCaption.push("Anniversary Sign*");

	// 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 = "Tour";
	var SubFldr = "";
	var strImages = [];
	var strOrient = [];
	var strCaption = [];

	//  these first entries "initialize" the arrays so they must be element numbered [0].
	strImages[0] = "Redeemer_1947.jpg"; 
   	strOrient[0] = "L";
	strCaption[0] = "Redeemer in 1947";

	// 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("Office.jpg");  
	strOrient.push("L"); 
	strCaption.push("Church Office");
	
	strImages.push("SideWindows.jpg");  
	strOrient.push("L"); 
	strCaption.push("SideWindows");
	
	strImages.push("AisleWindows.jpg");  
	strOrient.push("L"); 
	strCaption.push("AisleWindows");
	
	strImages.push("Cross.jpg");  
	strOrient.push("P"); 
	strCaption.push("Cross");
	
	strImages.push("Altar.jpg");  
	strOrient.push("L"); 
	strCaption.push("Altar");
	
	strImages.push("altar_ry.jpg");  
	strOrient.push("L"); 
	strCaption.push("Altar");
	
	strImages.push("Parament.jpg");  
	strOrient.push("L"); 
	strCaption.push("Parament");
	
	strImages.push("Lectern.jpg");  
	strOrient.push("P"); 
	strCaption.push("Lectern");
	
	strImages.push("Pulpit.jpg");  
	strOrient.push("P"); 
	strCaption.push("Pulpit");
	
	strImages.push("PulpitLent.jpg");  
	strOrient.push("P"); 
	strCaption.push("Pulpit [Lent]");
	
	strImages.push("PastorGreets1.jpg");  
	strOrient.push("P"); 
	strCaption.push("Pastor Deal Greeting Worshipers");
	
	strImages.push("PastorGreets2.jpg");  
	strOrient.push("P"); 
	strCaption.push("Pastor Deal Greeting Worshipers");
	
	strImages.push("Greeting.jpg");  
	strOrient.push("L"); 
	strCaption.push("Greeting");
	
	strImages.push("FellowshipTable.jpg");  
	strOrient.push("P"); 
	strCaption.push("Fellwoship in the Narthex");
	
	strImages.push("2013_Advent_1.JPG");  
	strOrient.push("L"); 
	strCaption.push("Advent 2013");

	strImages.push("2013_Advent_2.jpg");  
	strOrient.push("L"); 
	strCaption.push("Advent 2013");
		   
	strImages.push("2013_Advent_3.JPG");  
	strOrient.push("L"); 
	strCaption.push("Advent 2013");

	// 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>

	  <hr>
	  <h4>GO BACK TO <a href="RLC_Main.html" target="main">WELCOME PAGE</a></h4>
<h4>Click here to view the <a href="RLC_PhotoTour2016_17.html" target="main">Some of Us (2016-2017)</a><br> 
or here to view the <a href="RLC_PhotoTour2015_16.html" target="main">Some of Us (2015-2016)</a><br> 
or here to view the <a href="RLC_PhotoTour2014_15.html" target="main">Some of Us (2014-2015)</a><br> 
or here to view <a href="RLC_PhotoTour2.html" target="main">Some of Us (pre-Advent 2014)</a><br>  
or here to view the <a href="RLC_PhotoTour3.html" target="main">Icons in the Chapel</a></h4>

<script type="text/javascript">
    AddCopyright();
</script>	
</body>
</html>

Anon7 - 2021