var mtag="admh";
var smtag="admh";

function moover(mtag)
{
if (mtag!=smtag)
{
document.getElementById(mtag).style.backgroundColor="#363636";
document.getElementById(mtag).style.fontWeight="bold";
}
}

function moot(mtag)
{
if (mtag!=smtag)
{
document.getElementById(mtag).style.backgroundColor="#636363";
document.getElementById(mtag).style.fontWeight="normal";
}
}

function mosel(mtag)
{
if (mtag!=smtag)
{
document.getElementById(mtag).style.backgroundColor="#363636";
document.getElementById(smtag).style.backgroundColor="#636363";
document.getElementById(mtag).style.fontWeight="bold";
document.getElementById(smtag).style.fontWeight="normal";
smtag=mtag;
}
}

