// JavaScript Document

function itemOn(a) {
document.getElementById(a).style.color = '#7d6842';
document.getElementById(a).style.backgroundColor ='#ffffff';
}
