﻿function navBaptist( tableCellRef, hover, item ) {
		switch ( hover ) {
			case 0:
				switch ( item ) {
					case 0:
				 		tableCellRef.style.backgroundColor = '#12355C';
						break;
					case 1:
				 		tableCellRef.style.backgroundColor = '#12355C';
						break;
					case 2:
				 		tableCellRef.style.backgroundColor = '#12355C';
				 								break;
					case 3:
				 		tableCellRef.style.backgroundColor = '#12355C';
				 								break;
					case 4:
				 		tableCellRef.style.backgroundColor = '#12355C';
				 								break;
					case 5:
				 		tableCellRef.style.backgroundColor = '#12355C';	
				 		break;
					case 6:
				 		tableCellRef.style.backgroundColor = '#12355C';	
				 		break;
					case 7:
				 		tableCellRef.style.backgroundColor = '#12355C';	
				 		break;
					case 8:
				 		tableCellRef.style.backgroundColor = '#12355C';	
				 		break;
					default:
					}
				break;
			case 1:
				switch ( item ) {
					case 0:
				 		tableCellRef.style.backgroundColor = '#1B5F98';
						break;
					case 1:
				 		tableCellRef.style.backgroundColor = '#1B5F98';
						break;
					case 2:
				 		tableCellRef.style.backgroundColor = '#1B5F98';
				 								break;
					case 3:
				 		tableCellRef.style.backgroundColor = '#1B5F98';
				 								break;
					case 4:
				 		tableCellRef.style.backgroundColor = '#1B5F98';
				 								break;
					case 5:
				 		tableCellRef.style.backgroundColor = '#1B5F98';	
				 		break;
					case 6:
				 		tableCellRef.style.backgroundColor = '#1B5F98';	
				 		break;
					case 7:
				 		tableCellRef.style.backgroundColor = '#1B5F98';	
				 		break;
					case 8:
				 		tableCellRef.style.backgroundColor = '#1B5F98';	
				 		break;
					default:
					}
					break;
			case 2:
				switch ( item ) {
					case 0:
						window.location.href="http://www.wingatebaptist.net/"
						break;
					case 1:
						window.location.href="http://www.wingatebaptist.net/d/About/tabid/37/Default.aspx"
						break;
					case 2:
						window.location.href="http://www.wingatebaptist.net/d/Chrysalis/tabid/70/Default.aspx"
						break;
					case 3:
						window.location.href="http://www.wingatebaptist.net/d/Staff/tabid/50/Default.aspx"
						break;
					case 4:
						window.location.href="http://www.wingatebaptist.net/d/ContactUs/tabid/51/Default.aspx"
						break;
					case 5:
						window.location.href="http://www.wingatebaptist.net/"
						break;
					case 6:
						window.location.href="http://www.wingatebaptist.net/"
						break;
					case 7:
						window.location.href="http://www.wingatebaptist.net/"
						break;
					case 8:
						window.location.href="http://www.wingatebaptist.net/"
						break;

					default:
					}
			default:
			}
}

