<!-- Begin 3Level CSS Vertical Menu - menu ver 3.1 2007

// NOTE: If you use a ' add a slash before it like this \'

var leftspacing		= "1"		// LEFT MENU PADDING
var rightspacing	= "1"		// RIGHT MENU PADDING
var menuside		= "left"	// MENU SIDE | left | right | center
var menuwidth		= "135px"	// TOTAL MENU WIDTH (use if wrapping is apparent)


document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+leftspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+leftspacing+'" height="1"><br>');
document.write('</td><td>');

document.write('<ul id="nav">');



// START MENU LINKS - EDIT BELOW THIS AREA

// Replace the # with your .htm page name below for each



document.write('<li> <a href="member.html" class="parent">You Can Join!</a>');

document.write('<li><a href="loan.html" class="parent">Loans</a>');

document.write('<li><a href="services.html" class="parent">Services</a>');

document.write('<li><a href="aboutus.html">About Us</a></li>');

document.write('<li><a href="contact.html" class="parent">Contact Us</a>');

document.write('<li><a href="disclosures.html" class="parent">Disclosures</a>');

document.write('<li><a href=" https://www.virtualcu.net:8443/servlet/FcLogin?creditUnionId=2769" target="_blank" class="parent">Internet Teller</a>');

document.write('<li><a href="http://www.ourmotherofmercy.net" class="parent">Parish Website</a>');

document.write('<li><a href="index.html">Home</a></li>');



document.write('</li>');



// END LINKS //

document.write('</ul>');

document.write ('</div>');
// END -->

