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 = "#d8d8d9";		// HOME
		document.getElementById('home').style.fontWeight = "normal";
		document.getElementById('homebg').style.backgroundColor = "#2c2e2f";

			
	
}
else if(jsURL=="profile.htm "){
		
		document.getElementById('profile').style.color = "#ffffff";		// PROFILE
		document.getElementById('profile').style.fontWeight = "normal";
		document.getElementById('profilebg').style.backgroundColor = "#2c2e2f";
}
else if(jsURL=="contact-us.htm "){

		document.getElementById('contact').style.color = "#ffffff";		// CONTACT US
		document.getElementById('contact').style.fontWeight = "normal";
		document.getElementById('contactbg').style.backgroundColor = "#2c2e2f";
}
else if(jsURL=="painting.htm "){

		document.getElementById('painting').style.color = "#ffffff";		// PAINTING
		document.getElementById('painting').style.fontWeight = "normal";
		document.getElementById('paintingbg').style.backgroundColor = "#2c2e2f";

}
else if(jsURL=="anatomy-art-gallery.htm "){

		document.getElementById('painting').style.color = "#ffffff";		// ANATOMY
		document.getElementById('painting').style.fontWeight = "normal";
		document.getElementById('paintingbg').style.backgroundColor = "#2c2e2f";

}
else if(jsURL=="face.htm "){

		document.getElementById('painting').style.color = "#ffffff";		// FACE EXPRESSION
		document.getElementById('painting').style.fontWeight = "normal";
		document.getElementById('paintingbg').style.backgroundColor = "#2c2e2f";

}
else if(jsURL=="gallery-main.htm "){

		document.getElementById('photograph').style.color = "#ffffff";		// PHOTOGRAPH
		document.getElementById('photograph').style.fontWeight = "normal";
		document.getElementById('photographbg').style.backgroundColor = "#2c2e2f";

}
else if(jsURL=="book.htm "){

		document.getElementById('book').style.color = "#ffffff";		// BOOKS
		document.getElementById('book').style.fontWeight = "normal";
		document.getElementById('bookbg').style.backgroundColor = "#2c2e2f";

}
else if(jsURL=="sketches.htm "){

		document.getElementById('sketches').style.color = "#ffffff";		// SKETCHES
		document.getElementById('sketches').style.fontWeight = "normal";
		document.getElementById('sketchesbg').style.backgroundColor = "#2c2e2f";

}





}
