function inset(elmnt) { elmnt.style.background="#EEEEEE" }
function outset(elmnt) { elmnt.style.background="#6699CC" }
