<!-- // HIDE FROM OLD BROWSERS
// Copyright (c) 2003 Promanent B.V. The Netherlands


// This is the script that changes the background color

function tdr(obj,clr) {
  obj.style.cursor = 'hand';
  obj.style.backgroundColor = clr;
}


// END HIDING -->
