// JavaScript Document
 function overTD(td,imagen){ td.style.cursor='hand';
 td.background=imagen; } function
 outTD(td,imagen){td.style.cursor='default';td.background=imagen; 
 }
