//NAV MENU IMG REPLACEMENT
function mouseOver1()	{
	document.getElementById("n1").src="imgs/nav/home_hover.png"
}
function mouseOut1()	{
	document.getElementById("n1").src="imgs/nav/home_na.png"
}
function mouseOver2()	{
	document.getElementById("n2").src="imgs/nav/about_hover.png"
}
function mouseOut2()	{
	document.getElementById("n2").src="imgs/nav/about_na.png"
}
function mouseOver3()	{
	document.getElementById("n3").src="imgs/nav/services_hover.png"
}
function mouseOut3()	{
	document.getElementById("n3").src="imgs/nav/services_na.png"
}
function mouseOver4()	{
	document.getElementById("n4").src="imgs/nav/testimonials_hover.png"
}
function mouseOut4()	{
	document.getElementById("n4").src="imgs/nav/testimonials_na.png"
}
function mouseOver5()	{
	document.getElementById("n5").src="imgs/nav/contact_hover.png"
}
function mouseOut5()	{
	document.getElementById("n5").src="imgs/nav/contact_na.png"
}
function mouseOver6()	{
	document.getElementById("n6").src="imgs/nav/blog_hover.png"
}
function mouseOut6()	{
	document.getElementById("n6").src="imgs/nav/blog_na.png"
}