<!-- Begin HORIZONTAL CSS DROP MENU VER 1.50 2009

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

// USE lowercase FOR ALL OPTIONS ONLY


var showtop		= "yes"		//  SHOW TOP MENU IMAGE
var showimage		= "yes"		//  SHOW BOTTOM MENU IMAGE

document.write('<div id="menulocation" class="printhide">');
   if (showtop == "yes") {
//document.write('<img src="picts/crowd.jpg"" width="150" height="125" class="menutop"></a><br>');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" width="150"><tr><td class="topmargin">');
document.write('<ul id="top-nav">');


// START MENU LINKS - EDIT BELOW THIS AREA


document.write(' <li class="menuT"><a href="index.html">HOME</a></li>');

document.write('  <li class="menuT"><a href="aboutus.htm" class="parentM">ABOUT US</a>'); 

document.write('  </li>');

document.write('  <li class="menuT"><a href="meetings.htm" class="parentM">MEETINGS</a>'); 
document.write('  </li>')

document.write('  <li class="menuT"><a href="#" class="parentM">RESOURCES</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="organizations.htm">ORGANIZATIONS</a></li>');
document.write('      <li><a href="registries.htm">REGISTRIES</a></li>');
document.write('      <li><a href="sites.htm">MAJOR SITES</a></li>');
document.write('      <li><a href="books.htm">BOOKS</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="joinsfoc.htm" class="parentM">JOIN NOW</a>'); 
document.write('  </li>');

document.write('  <li class="menuT"><a href="contactus.htm" class="parentM">CONTACT US</a>'); 
document.write('  </li>');

document.write('  <li class="menuT"><a href="sitemap.htm" class="parentM">SITE MAP</a>'); 
document.write('  </li>');


// MENU line SEPARATOR
// document.write('<img src="picts/menuline.jpg" width="100%" height="1"></a><br>');


// END LINKS //



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




// START MENU IMAGE

//MENU line SEPARATOR
document.write('<br><br><img src="picts/menuline.jpg" width="100" height="1"></a><br>');

   if (showimage == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/sfoc_team.jpg" width="150" height="98" border="0" class="borders-menuimage"></a><br><br><br>');
}
document.write('<span class="sidebartext">')

//MENU line SEPARATOR
document.write('<img src="picts/menuline.jpg" width="100" height="1"></a><br>');

//<script type="text/javascript">
//document.write('<img src="picts/contactus.jpg" name="contact" onMouseOver="document.contact.src="picts/contactus1.jpg";" onMouseOut="document.contact.src="picts/contactus.jpg";">')
//</script>

//document.write("<br>We help find <br>Family Members <br><br><a href="#" onmouseover="document.name.src='picts/contactus2.jpg';" onmouseout="document.name.src='picts/contactus.jpg';"><img src='picts/contactus.jpg' ></a><br>");

document.write('<br>We help find <br>Family Members <br><br><a href="contactus.htm"><img src="picts/contactus.jpg" width="100" height="23" border="1" class="highlightit"></a><br>');
// MENU line SEPARATOR
//document.write('<br><br><img src="picts/menuline.jpg" width="100" height="1"></a><br>');
document.write('<br><br>Access Our Registries <br><br><a href="registries.htm"><img src="picts/sites.jpg" width="100" height="23" border="1" class="highlightit"></a><br>');

document.write('<br><br>Come and Meet Us <br><br><a href="meetings.htm"><img src="picts/meetus.jpg" width="100" height="23" border="1" class="highlightit"></a>');
document.write('<br></span>')


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

//  End -->



// YOU DO NOT NEED TO EDIT BELOW THIS LINE


function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;
