var jsURL="";
var whois=location+" "

var msgsplit = whois.split("/").length;
var arrList   = whois.split("/");
jsURL = arrList[msgsplit-1]


function menuColor(){

if(jsURL=="index.htm "){

		document.getElementById('home').style.color = "#ffffff";		// HOME
		document.getElementById('home').style.fontWeight = "normal";
		document.getElementById('homebg').style.backgroundColor = "#007dd8";

	}
else if(jsURL=="schedule.htm "){
		
		document.getElementById('schedule').style.color = "#ffffff";		// ABOUT US
		document.getElementById('schedule').style.fontWeight = "normal";
		document.getElementById('schedule-bg').style.backgroundColor = "#2c2e2f";

	}
else if(jsURL=="route_map.htm"){

		document.getElementById('route_map').style.color = "#ffffff";		// PAINTING
		document.getElementById('route_map').style.fontWeight = "normal";
		document.getElementById('route-map-bg').style.backgroundColor = "#2c2e2f";

	}
else if(jsURL=="tour_package.htm "){

		document.getElementById('package').style.color = "#ffffff";		// ANATOMY
		document.getElementById('package').style.fontWeight = "normal";
		document.getElementById('package-bg').style.backgroundColor = "#2c2e2f";

	}
else if(jsURL=="tourist-hightlight.htm"){

		document.getElementById('hightlight').style.color = "#ffffff";		// FACE EXPRESSION
		document.getElementById('hightlight').style.fontWeight = "normal";
		document.getElementById('hightlight-bg').style.backgroundColor = "#2c2e2f";

	}
else if(jsURL=="faqs.htm "){

		document.getElementById('faqs').style.color = "#ffffff";		// PHOTOGRAPH
		document.getElementById('faqs').style.fontWeight = "normal";
		document.getElementById('faqs-bg').style.backgroundColor = "#2c2e2f";

	}

}	// function close

