
function navigate()
{
document.getElementById("home").style.background = "url(images/home_over.gif)";
}
function navigate1()
{
document.getElementById("home").style.background = "url(images/home1.gif)";
}
function browseon()
{
document.getElementById("browse").style.background = "url(images/browse_hover.gif)";
}
function browseout()
{
document.getElementById("browse").style.background = "url(images/browse1.gif)";
}
function memberson()
{
document.getElementById("members").style.background = "url(images/member_hover.gif)";
}
function membersout()
{
document.getElementById("members").style.background = "url(images/member1.gif)";
}
function myaccounton()
{
document.getElementById("myaccount").style.background = "url(images/login_hover.gif)";
}
function myaccountout()
{
document.getElementById("myaccount").style.background = "url(images/login.gif)";
}
function nmyaccounton()
{
document.getElementById("myaccount").style.background = "url(images/profile_hover.gif)";
}
function nmyaccountout()
{
document.getElementById("myaccount").style.background = "url(images/profile.gif)";
}

