// cell background rollovers - MRL
function hover(td, tdstyle) {
    td.className = tdstyle;
}

// image rollovers - MRL
   function changeme(thing, img) {
	thing.src = img;
   } 
   //changeme(this,'*.gif')

   
