
function kursor_over (obj) {
  obj.style.cursor="pointer";
}
function kursor_out (obj) {
  obj.style.cursor="auto";
}

