function SidebarOver(obj) { obj.style.background="#7ABEEB"; }
function SidebarOut(obj) { obj.style.background=""; }