// nav1
function nav1_u()
{
document.getElementById("nav1").style.backgroundPosition="0px -5px";
document.getElementById("home").src="media/images/nav/home_over.png";
document.getElementById("home").width=41;
document.getElementById("home").height=15;
}
function nav1_d()
{
document.getElementById("nav1").style.backgroundPosition="0px 30px";
document.getElementById("home").src="media/images/nav/home.png";
document.getElementById("home").width=38;
document.getElementById("home").height=15;

}

//nav2
function nav2_u()
{
document.getElementById("nav2").style.backgroundPosition="0px -5px";
document.getElementById("about").src="media/images/nav/about_over.png";
document.getElementById("about").width=46;
document.getElementById("about").height=16;
}
function nav2_d()
{
document.getElementById("nav2").style.backgroundPosition="0px 30px";
document.getElementById("about").src="media/images/nav/about.png";
document.getElementById("about").width=43;
document.getElementById("about").height=15;
}

//nav3
function nav3_u()
{
document.getElementById("nav3").style.backgroundPosition="0px -5px";
document.getElementById("store").src="media/images/nav/store_over.png";
document.getElementById("store").width=45;
document.getElementById("store").height=16;
}
function nav3_d()
{
document.getElementById("nav3").style.backgroundPosition="0px 30px";
document.getElementById("store").src="media/images/nav/store.png";
document.getElementById("store").width=42;
document.getElementById("store").height=16;

}

//nav4
function nav4_u()
{
document.getElementById("nav4").style.backgroundPosition="0px -5px";
document.getElementById("contact").src="media/images/nav/contact_over.png";
document.getElementById("contact").width=61;
document.getElementById("contact").height=15;
}
function nav4_d()
{
document.getElementById("nav4").style.backgroundPosition="0px 30px";
document.getElementById("contact").src="media/images/nav/contact.png";
document.getElementById("contact").width=57;
document.getElementById("contact").height=15;
}

//nav5
function nav5_u()
{
document.getElementById("nav5").style.backgroundPosition="0px -5px";
document.getElementById("agents").src="media/images/nav/agents_over.png";
document.getElementById("agents").width=50;
document.getElementById("agents").height=16;
}
function nav5_d()
{
document.getElementById("nav5").style.backgroundPosition="0px 30px";
//document.getElementById("l5").style.backgroundImage="url('media/images/nav/bar.png')";;
//document.getElementById("l5").style.color="#716104";
document.getElementById("agents").src="media/images/nav/agents.png";
document.getElementById("agents").width=47;
document.getElementById("agents").height=15;
}

//nav6
function nav6_u()
{
document.getElementById("nav6").style.backgroundPosition="0px -5px";
document.getElementById("photogal").src="media/images/nav/photogallery_over.png";
document.getElementById("photogal").width=101;
document.getElementById("photogal").height=17;
}
function nav6_d()
{
document.getElementById("nav6").style.backgroundPosition="0px 30px";
document.getElementById("photogal").src="media/images/nav/photogallery.png";
document.getElementById("photogal").width=97;
document.getElementById("photogal").height=16;
}
