﻿function navDUP( tableCellRef, hover, item ) {
		switch ( hover ) {
			case 0:
				switch ( item ) {
					case 0:
				 		tableCellRef.style.backgroundColor = '#FFFFFF';
						break;
					case 1:
				 		tableCellRef.style.backgroundColor = '#FFFFFF';
						break;
					case 2:
				 		tableCellRef.style.backgroundColor = '#FFFFFF';
				 								break;
					case 3:
				 		tableCellRef.style.backgroundColor = '#FFFFFF';
				 								break;
					case 4:
				 		tableCellRef.style.backgroundColor = '#FFFFFF';
				 								break;
					case 5:
				 		tableCellRef.style.backgroundColor = '#000000';	
				 		break;
					case 6:
				 		tableCellRef.style.backgroundColor = '#000000';	
				 		break;
					case 7:
				 		tableCellRef.style.backgroundColor = '#000000';	
				 		break;
					case 8:
				 		tableCellRef.style.backgroundColor = '#000000';	
				 		break;
					default:
					}
				break;
			case 1:
				switch ( item ) {
					case 0:
				 		tableCellRef.style.backgroundColor = '#FFFFFF';
						break;
					case 1:
				 		tableCellRef.style.backgroundColor = '#FFCC00';
						break;
					case 2:
				 		tableCellRef.style.backgroundColor = '#FFFF00';
				 								break;
					case 3:
				 		tableCellRef.style.backgroundColor = '#00FF00';
				 								break;
					case 4:
				 		tableCellRef.style.backgroundColor = '#00FFFF';
				 								break;
					case 5:
				 		tableCellRef.style.backgroundColor = '#0000FF';	
				 		break;
					case 6:
				 		tableCellRef.style.backgroundColor = '#9900CC';	
				 		break;
					case 7:
				 		tableCellRef.style.backgroundColor = '#FF00FF';	
				 		break;
					case 8:
				 		tableCellRef.style.backgroundColor = '#FF0000';	
				 		break;
					default:
					}
					break;
			case 2:
				switch ( item ) {
					case 0:
						window.location.href="dances.htm"
						break;
					case 1:
						window.location.href="dances.htm#Georgia"
						break;
					case 2:
						window.location.href="dances.htm#South"
						break;
					case 3:
						window.location.href="dances.htm#North"
						break;
					case 4:
						window.location.href="dances.htm#Virginia"
						break;
					case 5:
						window.location.href="dances.htm#Home"
						break;
					case 6:
						window.location.href="events.php"
						break;
					case 7:
						window.location.href="about.htm"
						break;
					case 8:
						window.location.href="contact.htm"
						break;

					default:
					}
			default:
			}
}
