function mOver(country)
{
document.getElementById(country).className = "span_enterbutton_over"
}

function mOut(country)
{
document.getElementById(country).className = "span_enterbutton"
}

function mClick(country)
{
document.location = country+"_frameset.html";
}