function mOv5344702(num)
{if(document.location.href.match(/index.html$/))
{document.getElementById("b5344702"+num).style.backgroundImage="url(header/menuMouseOver.jpg)";}
else
{document.getElementById("b5344702"+num).style.backgroundImage="url(../header/menuMouseOver.jpg)";}}
function mOut5344702(num)
{if(document.location.href.match(/index.html$/))
{document.getElementById("b5344702"+num).style.backgroundImage="url(header/menu.jpg)";}
else
{document.getElementById("b5344702"+num).style.backgroundImage="url(../header/menu.jpg)";}}
