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 = "";
		document.getElementById("homebg").style.backgroundImage = 'url("images/link-bg1.png")';
	
}
else if(jsURL=="teacher-list.htm "){
		document.getElementById('teacher').style.color = "#ffffff";		// our teacher
		document.getElementById('teacher').style.fontWeight = "";
		document.getElementById('teacherbg').style.backgroundColor = "#5b4221";
		
}

else if(jsURL=="teacher-list2.htm "){
		document.getElementById('teacher').style.color = "#ffffff";		// our teacher
		document.getElementById('teacher').style.fontWeight = "";
		document.getElementById('teacherbg').style.backgroundColor = "#5b4221";
		
}


else if(jsURL=="about-us.htm "){

		document.getElementById('aboutus').style.color = "#ffffff";		// About Us
		document.getElementById('aboutus').style.fontWeight = "";
		document.getElementById('aboutusbg').style.backgroundColor = "#5b4221";
}
else if(jsURL=="geologist-field.htm "){

		document.getElementById('field').style.color = "#ffffff";		// Geologist Field
		document.getElementById('field').style.fontWeight = "";
		document.getElementById('fieldbg').style.backgroundColor = "#5b4221";
}
else if(jsURL=="geos-stories.htm "){

		document.getElementById('article').style.color = "#ffffff";		// Article
		document.getElementById('article').style.fontWeight = "";
		document.getElementById('articlebg').style.backgroundColor = "#5b4221";
}
else if(jsURL=="place-to-meet-friend.htm "){

		document.getElementById('meet').style.color = "#ffffff";		// Place to meet Friends
		document.getElementById('meet').style.fontWeight = "";
		document.getElementById('meetbg').style.backgroundColor = "#5b4221";
}
else if(jsURL=="contact-us.htm "){

		document.getElementById('contact').style.color = "#ffffff";		// Contact Us
		document.getElementById('contact').style.fontWeight = "";
		document.getElementById('contactbg').style.backgroundColor = "#5b4221";
}
else if(jsURL=="comment.htm "){

		document.getElementById('book').style.color = "#ffffff";		// Guest Book
		document.getElementById('book').style.fontWeight = "";
		document.getElementById("bookbg").style.backgroundImage = 'url("images/link-bg-end.png")';
}

}
