function over(e){ e.style.cursor='hand'; e.style.background='#cccccc'; } function out(e){ e.style.background=''; }