/* this is the code for the javapoo.js file */
var url = "http://www.hhbslaw.com/"
var home = url+"html.html";
var overview = url+"overview.html";
var overviewExp = url+"overview-exp.html";
var overviewClient = url+"overview-client.html";
var attorneys = url+"attorneys.html";
var attStumpy = url+"attorneys-stumpy.html";
var attBruce = url+"attorneys-bruce.html";
var attKurtis = url+"attorneys-kurtis.html";
var attPrineet = url+"attorneys-prineet.html";
var attFelecia = url+"attorneys-felecia.html";
var news = url+"news.php";
var results = url+"results.php";
var faq = url+"faq.html";
var contact = url+"contact.html";

if(window.location.href==home){
	document.getElementById("btnHome").src="images/btn-Home02.gif"
}
else if(window.location.href==overview){
	document.getElementById("btnOverview").src=url+"images/btn-overview02.gif"
}
else if(window.location.href==overviewExp){
	document.getElementById("btnOverview").src=url+"images/btn-overview02.gif";
	document.getElementById("btnOverviewExp").src=url+"images/btn-overview-exp02.gif"
}
else if(window.location.href==overviewClient){
	document.getElementById("btnOverview").src=url+"images/btn-overview02.gif";
	document.getElementById("btnOverviewClient").src=url+"images/btn-overview-client02.gif"
}

else if(window.location.href==attorneys){
	document.getElementById("btnAttorneys").src=url+"images/btn-attorneys02.gif"
}
else if(window.location.href==attStumpy){
	document.getElementById("btnAttorneys").src=url+"images/btn-attorneys02.gif"
	document.getElementById("btnAttStumpy").src=url+"images/btn-att-stumpy02.gif"
}
else if(window.location.href==attBruce){
	document.getElementById("btnAttorneys").src=url+"images/btn-attorneys02.gif"
	document.getElementById("btnAttBruce").src=url+"images/btn-att-bruce02.gif"
}
else if(window.location.href==attKurtis){
	document.getElementById("btnAttorneys").src=url+"images/btn-attorneys02.gif"
	document.getElementById("btnAttKurtis").src=url+"images/btn-att-kurtis02.gif"
}
else if(window.location.href==attPrineet){
	document.getElementById("btnAttorneys").src=url+"images/btn-attorneys02.gif"
	document.getElementById("btnAttPrineet").src=url+"images/btn-att-prineet02.gif"
}
else if(window.location.href==attFelecia){
	document.getElementById("btnAttorneys").src=url+"images/btn-attorneys02.gif"
	document.getElementById("btnAttFelecia").src=url+"images/btn-att-felecia02.gif"
}
else if(window.location.href==news){
	document.getElementById("btnNews").src=url+"images/btn-news02.gif"
}
else if(window.location.href==results){
	document.getElementById("btnResults").src=url+"images/btn-results02.gif"
}
else if(window.location.href==faq){
	document.getElementById("btnFaq").src=url+"images/btn-faq02.gif"
}
else if(window.location==contact){
	document.getElementById("btnContact").src="images/btn-contact02.gif"
} 


/* end script */



