<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS

var flashspace		= "40"		// FLASH TOP SPACING
var flashspaceB		= "26"		// FLASH BOTTOM SPACING
var menuspace		= "40"		// SPACE BETWEEN TOP/BOTTOM MENU


var showflash		= "yes"			// SHOW FLASH OR IMAGE | yes | no |
var showimage		= "yes"			// SHOW IMAGE IF ABOVE IS YES
var flashwidth		= "175"			// WIDTH OF THE FLASH
var flashheight		= "116"			// HEIGHT OF THE FLASH
var color		= "136570"		// CHANGER BACKGROUND COLOR (edit in css)
var flashmode		= "transparent"		// FLASH WMODE | window | opaque | transparent |
var swffile		= "imagechanger"	// FLASH SWF FILE NAME
var noflashimg		= "flash/image1.jpg"	// NO FLASH DISPLAY IMAGE


document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');



// START MENU LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Directions</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="resources.html" class="menu">Resource Room</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery.html" class="menu">Galleries</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="newsl.html" class="menu">Newsletter</a>');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="map.html" class="menu">Site Map</a>');



// END TOP LINKS //




document.write('</td></tr><tr><td align="center" class="bottomline">');
document.write('<img src="sitefiles/siteimages/spacer.gif" width="175" height="'+menuspace+'"></a><br>');




// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="cinfo.html#pastor" class="menu">Pastor</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="cinfo.html#council" class="menu">Parish Council</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="cinfo.html#bylaws" class="menu">Bylaws</a>');


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="sitefiles/siteimages/spacer.gif" width="175" height="'+flashspace+'"></a><br>');


// FLASH CHANGER
   if (showimage == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="flashchanger printhide"><tr><td>');
if (showflash == "yes") {
// MOBILE IPOD IPHONE IPAD DETECTION
if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) 
{ 
document.write('<img src="'+noflashimg+'" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
else { 
if 
((navigator.userAgent.indexOf('MSIE') != -1) || 
(navigator.userAgent.indexOf('Firefox') != -1) || 
(navigator.userAgent.indexOf('Chrome') != -1) || 
(navigator.userAgent.indexOf('Safari') != -1) || 
(navigator.userAgent.indexOf('Opera') != -1)) 
{ 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="'+swffile+'">');
document.write('<param name="movie" value="'+swffile+'.swf">');
document.write('<param name="wmode" value="'+flashmode+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="'+swffile+'.swf" quality="high" wmode="'+flashmode+'" bgcolor="#'+color+'" width="'+flashwidth+'" height="'+flashheight+'" name="'+swffile+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
 }
else {
document.write('<img src="'+noflashimg+'" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
}
 }
else {
document.write('<img src="'+noflashimg+'" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
document.write('</td></tr></table>');
}

document.write('<img src="sitefiles/siteimages/spacer.gif" width="175" height="'+flashspaceB+'"></a><br>');



document.write('</td></tr></table>');

//  End -->
