function item_inkleur(naam) {
naam.style.backgroundColor="#FF0000";
}

function item_uitkleur(naam) {
naam.style.backgroundColor="#0000ff";
}

function sub_inkleur(naam) {
naam.style.backgroundColor="#cc0000";
}

function sub_uitkleur(naam) {
naam.style.backgroundColor="#0000cc";
}