var jsURL="";
var whois=location+" "

var msgsplit = whois.split("/").length;
var arrList   = whois.split("/");
jsURL = arrList[msgsplit-1]



function menuColor(){
if(jsURL=="myanmar-visa-working-day.htm "){

		document.getElementById('work').style.color = "#666666";		// Working
		document.getElementById('work').style.fontWeight = "";
		document.getElementById("workbg").style.backgroundImage = 'url("images/hover-bg.jpg")';
	
}
else if(jsURL=="myanmar-visa-point1.htm "){
		document.getElementById('visa').style.color = "#666666";		// Visa point 1
		document.getElementById('visa').style.fontWeight = "";
		document.getElementById("visabg").style.backgroundImage = 'url("images/hover-bg.jpg")';
		
}

else if(jsURL=="myanmar-visa-point2.htm "){
		document.getElementById('visa02').style.color = "#666666";		// Visa point 2
		document.getElementById('visa02').style.fontWeight = "";
		document.getElementById('visa02bg').style.backgroundImage = 'url("images/hover-bg.jpg")';
		
}


else if(jsURL=="myanmar-visa-weather.htm "){

		document.getElementById('weather').style.color = "#666666";		// Weather
		document.getElementById('weather').style.fontWeight = "";
		document.getElementById('weatherbg').style.backgroundImage = 'url("images/hover-bg.jpg")';
}
else if(jsURL=="myanmar-visa-foreign-embassy.htm "){

		document.getElementById('foreign').style.color = "#666666";		// Foreign
		document.getElementById('foreign').style.fontWeight = "";
		document.getElementById('foreignbg').style.backgroundImage = 'url("images/hover-bg.jpg")';
}
else if(jsURL=="myanmar-embassy.htm "){

		document.getElementById('embassy').style.color = "#666666";		// Embassy
		document.getElementById('embassy').style.fontWeight = "";
		document.getElementById('embassybg').style.backgroundImage = 'url("images/hover-bg.jpg")';
}

}