	var MainMenuArray = new Array("My18Holes", "My Rounds", "My Profile", "My Clubs", "Contact Us", "FAQ's")
	var SubMenuArray = new Array("My18Scores", "MyTScores", "My9Scores", "MyHistory", "MyClubsList", "StartAClub", "ViewClub", "CalcCourseHand", "AddRound", "UpdateRound", "RemoveRound", "CalcCourseHandM", "AddPlayer", "RemovePlayer", "AddManager", "RemoveManager")
	//for (var i = 0; i < MainMenuArray.length; i++) {
	//	if(document.title == MainMenuArray[i]) {
	//		name = MainMenuArray[i].replace(" ", "")
	//		document.getElementById(name).style.color = "#83a336"
	//		document.getElementById(name).style.backgroundColor = "#f7d970"
	//		document.getElementById(name).style.cusor = "default"
	//	}
	//}
	var action = GetCookie("Action")
	//if(action != null) {
	//	for (var i = 0; i < SubMenuArray.length; i++) {
	//		if(action == SubMenuArray[i]) {
	//			document.getElementById(SubMenuArray[i]).style.color = "#666666"
	//			document.getElementById(SubMenuArray[i]).style.cusor = "default"
	//		}
	//	}
	//}
	
