// JavaScript Document
//colouring id//
function changeColormenu(id) {
       if (document.getElementById) document.getElementById(id).style.color = '#896356';
}
//colouring id//
function changeColormenusub(id) {
       if (document.getElementById) document.getElementById(id).style.color = '#a27666';
}

