function inset(elmnt) { elmnt.style.background="#FFFFFF" }
function outset(elmnt) { elmnt.style.background="#DEDEBB" }
