
function m1on()
{
document.getElementById("m1").style.background="url('/img/menu_hover.png')";

}
function m1out()
{
document.getElementById("m1").style.background="url('/img/menu_standard.png')";
}

function m1click()
{
document.getElementById("m1").style.background="url('/img/menu_selected.png')";
}

function m2on()
{
document.getElementById("m2").style.background="url('/img/menu_hover.png')";

}
function m2out()
{
document.getElementById("m2").style.background="url('/img/menu_standard.png')";
}
function m2click()
{
document.getElementById("m2").style.background="url('/img/menu_selected.png')";
}



function m3on()
{
document.getElementById("m3").style.background="url('/img/menu_hover.png')";

}
function m3out()
{
document.getElementById("m3").style.background="url('/img/menu_standard.png')";
}
function m3click()
{
document.getElementById("m3").style.background="url('/img/menu_selected.png')";
}



function m4on()
{
document.getElementById("m4").style.background="url('/img/menu_hover.png')";

}
function m4out()
{
document.getElementById("m4").style.background="url('/img/menu_standard.png')";
}
function m4click()
{
document.getElementById("m4").style.background="url('/img/menu_selected.png')";
}



function m5on()
{
document.getElementById("m5").style.background="url('/img/menu_hover.png')";

}
function m5out()
{
document.getElementById("m5").style.background="url('/img/menu_standard.png')";
}
function m5click()
{
document.getElementById("m5").style.background="url('/img/menu_selected.png')";
}


function m6on()
{
document.getElementById("m6").style.background="url('/img/menu_hover.png')";

}
function m6out()
{
document.getElementById("m6").style.background="url('/img/menu_standard.png')";
}
function m6click()
{
document.getElementById("m6").style.background="url('/img/menu_selected.png')";
}


function m7on()
{
document.getElementById("m7").style.background="url('/img/menu_hover.png')";

}
function m7out()
{
document.getElementById("m7").style.background="url('/img/menu_standard.png')";
}
function m7click()
{
document.getElementById("m7").style.background="url('/img/menu_selected.png')";
}
