// JavaScript Document

function mk5() {
var mk5 = document.getElementById("mk5");
var mk5r = document.getElementById("mk5r");
mk5.style.background="#FF6600";
mk5r.style.background="#FF6600";
location.hash="#mk5";
}
function mk4() {
document.getElementById("mk4").style.background="#FF6600";document.getElementById("mk4r").style.background="#FF6600";
location.hash="#mk4";
}
function mk3() {
document.getElementById("mk3").style.background="#FF6600";
document.getElementById("mk3r").style.background="#FF6600";
location.hash="#mk3";
}
function mk2() {
document.getElementById("mk2").style.background="#FF6600";
document.getElementById("mk2r").style.background="#FF6600";
location.hash="#mk2";
}
function mk1() {
document.getElementById("mk1").style.background="#FF6600";
document.getElementById("mk1r").style.background="#FF6600";
location.hash="#mk1";
}
function b5() {
document.getElementById("b5").style.background="#FF6600";
document.getElementById("b5r").style.background="#FF6600";
location.hash="#b5";
}

