 // JavaScript Document
var ur = window.location.href;
if(ur.indexOf("index.html") != -1)
	document.getElementById("NavigationButton1").src = "/assets/images/autogen/Home_Hp3.gif";
else if (ur.indexOf("bio.html") != -1)
	document.getElementById("NavigationButton2").src = "/assets/images/autogen/Biography_Hp3.gif";
else if (ur.indexOf("seminar-topics.html") != -1)
	document.getElementById("NavigationButton3").src = "/assets/images/autogen/Seminar_Topics_Hp3.gif";
else if (ur.indexOf("booking-info.html") != -1)
	document.getElementById("NavigationButton4").src = "/assets/images/autogen/To_Book_Elizabeth_Hp3.gif";
else if (ur.indexOf("the-book-tree.html") != -1)
	document.getElementById("NavigationButton5").src = "/assets/images/autogen/About_Her_Book_Hp3.gif";
else if (ur.indexOf("online-store.html") != -1)
	document.getElementById("NavigationButton6").src = "/assets/images/autogen/Online_Store_Hp3.gif";
else if (ur.indexOf("articles.html") != -1)
	document.getElementById("NavigationButton7").src = "/assets/images/autogen/Articles_Hp3.gif";
else if (ur.indexOf("testimonials.html") != -1)
	document.getElementById("NavigationButton8").src = "/assets/images/autogen/What_Others_Say..._Hp3.gif";
else if (ur.indexOf("contact-us.html") != -1)
	document.getElementById("NavigationButton9").src = "/assets/images/autogen/Contact_Us_Hp3.gif";
else if (ur.indexOf("links.html") != -1)
	document.getElementById("NavigationButton10").src = "/assets/images/autogen/Related_Links_Hp3.gif";	
