var iAmNewTimer;
var mediaTimer;
var ministriesTimer;
var elementaryTimer;
var familiesTimer;
var mensTimer;
var womensTimer;
var atSCCTimer;
var meetOurStaffTimer;
var aboutUsTimer;
var outreachTimer;
var sccMembersTimer;
var hidcellstime;
hidcellstime==1000;
$(document).ready(function()
	{		
		CheckBrowserVersion();
		$('#homeCell1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('ministries1') != null)hideCells('ministries1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		});
		$('#iAmNew1').mouseenter(function() {
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('ministries1') != null)hideCells('ministries1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  
		  document.getElementById('iAmNew2').style.display = "block";
		});
		$('#iAmNew1').mouseleave(function() {
		 iAmNewTimer = setTimeout("hideCells('iAmNew1')", hidcellstime);
		});
		$('#media1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('ministries1') != null)hideCells('ministries1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  
		  document.getElementById('media2').style.display = "block";
		});
		$('#media1').mouseleave(function() {
		 mediaTimer = setTimeout("hideCells('media1')", hidcellstime);
		});
		$('#ministries1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  if(iAmNewTimer != null)clearTimeout(iAmNewTimer);
		  if(mediaTimer != null)clearTimeout(mediaTimer);
		  if(ministriesTimer != null)clearTimeout(ministriesTimer);
		  if(atSCCTimer != null)clearTimeout(atSCCTimer);
		  if(meetOurStaffTimer != null)clearTimeout(meetOurStaffTimer);
		  if(aboutUsTimer != null)clearTimeout(aboutUsTimer);
		  if(outreachTimer != null)clearTimeout(outreachTimer);
		  if(sccMembersTimer != null)clearTimeout(sccMembersTimer);
		  
		  document.getElementById('ministries2').style.display = "block";
		});
		$('#ministries1').mouseleave(function() {
		 ministriesTimer = setTimeout("hideCells('ministries1')", hidcellstime);
		});
		$('#elementary1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  
		  document.getElementById('elementary2').style.display = "block";
		});
		$('#elementary1').mouseleave(function() {
		 elementaryTimer = setTimeout("hideCells('elementary1')", hidcellstime);
		});
		$('#families1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  
		  document.getElementById('families2').style.display = "block";
		});
		$('#families1').mouseleave(function() {
		 familiesTimer = setTimeout("hideCells('families1')", hidcellstime);
		});
		$('#mens1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  
		  document.getElementById('mens2').style.display = "block";
		});
		$('#mens1').mouseleave(function() {
		 mensTimer = setTimeout("hideCells('mens1')", hidcellstime);
		});
		$('#womens1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  
		  document.getElementById('womens2').style.display = "block";
		});
		$('#womens1').mouseleave(function() {
		 womensTimer = setTimeout("hideCells('womens1')", hidcellstime);
		});
		$('#atSCC1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('ministries1') != null)hideCells('ministries1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  if(iAmNewTimer != null)clearTimeout(iAmNewTimer);
		  if(mediaTimer != null)clearTimeout(mediaTimer);
		  if(ministriesTimer != null)clearTimeout(ministriesTimer);
		  if(elementaryTimer != null)clearTimeout(elementaryTimer);
		  if(familiesTimer != null)clearTimeout(familiesTimer);
		  if(mensTimer != null)clearTimeout(mensTimer);
		  if(womensTimer != null)clearTimeout(womensTimer);
		  if(meetOurStaffTimer != null)clearTimeout(meetOurStaffTimer);
		  if(outreachTimer != null)clearTimeout(outreachTimer);
		  if(sccMembersTimer != null)clearTimeout(sccMembersTimer);
		  
		  document.getElementById('atSCC2').style.display = "block";
		});
		$('#atSCC1').mouseleave(function() {
		 atSCCTimer = setTimeout("hideCells('atSCC1')", hidcellstime);
		});
		$('#meetOurStaff1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('ministries1') != null)hideCells('ministries1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  
		  document.getElementById('meetOurStaff2').style.display = "block";
		});
		$('#meetOurStaff1').mouseleave(function() {
		 contactUsTimer = setTimeout("hideCells('meetOurStaff1')", hidcellstime);
		});
		$('#aboutUs1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('ministries1') != null)hideCells('ministries1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  
		  document.getElementById('aboutUs2').style.display = "block";
		});
		$('#aboutUs1').mouseleave(function() {
		 aboutUsTimer = setTimeout("hideCells('aboutUs1')", hidcellstime);
		});
		$('#outreach1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('ministries1') != null)hideCells('ministries1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('sccMembers1') != null)hideCells('sccMembers1');
		  clearAllTimers();
		  		  
		  document.getElementById('outreach2').style.display = "block";
		});
		$('#outreach1').mouseleave(function() {
		 outreachTimer = setTimeout("hideCells('outreach1')", hidcellstime);
		});
		$('#sccMembers1').mouseenter(function() {
		  if(document.getElementById('iAmNew1') != null)hideCells('iAmNew1');
		  if(document.getElementById('media1') != null)hideCells('media1');
		  if(document.getElementById('ministries1') != null)hideCells('ministries1');
		  if(document.getElementById('elementary1') != null)hideCells('elementary1');
		  if(document.getElementById('families1') != null)hideCells('families1');
		  if(document.getElementById('mens1') != null)hideCells('mens1');
		  if(document.getElementById('womens1') != null)hideCells('womens1');
		  if(document.getElementById('atSCC1') != null)hideCells('atSCC1');
		  if(document.getElementById('meetOurStaff1') != null)hideCells('meetOurStaff1');
		  if(document.getElementById('aboutUs1') != null)hideCells('aboutUs1');
		  if(document.getElementById('outreach1') != null)hideCells('outreach1');
		  clearAllTimers();
		  
		  document.getElementById('sccMembers2').style.display = "block";
		});
		$('#sccMembers1').mouseleave(function() {
		 sccMembersTimer = setTimeout("hideCells('sccMembers1')", hidcellstime);
		});
	});

function hideCells(cellName)
{
	var m = document.getElementById(cellName).children;
   	for (i=0; i<m.length; i++)
	{
		if(m.item(i).tagName == "DIV")
			m.item(i).style.display = "none";
	}
}

function clearAllTimers()
{
		  if(iAmNewTimer != null)clearTimeout(iAmNewTimer);
		  if(mediaTimer != null)clearTimeout(mediaTimer);
		  if(ministriesTimer != null)clearTimeout(ministriesTimer);
		  if(elementaryTimer != null)clearTimeout(elementaryTimer);
		  if(familiesTimer != null)clearTimeout(familiesTimer);
		  if(mensTimer != null)clearTimeout(mensTimer);
		  if(womensTimer != null)clearTimeout(womensTimer);
		  if(atSCCTimer != null)clearTimeout(atSCCTimer);
		  if(meetOurStaffTimer != null)clearTimeout(meetOurStaffTimer);
		  if(aboutUsTimer != null)clearTimeout(aboutUsTimer);
		  if(outreachTimer != null)clearTimeout(outreachTimer);
		  if(sccMembersTimer != null)clearTimeout(sccMembersTimer);
}
