
<!-- 
function ratonin(src,fondoin) { 
if (!src.contains(event.fromElement)) { 
	src.style.cursor = 'default'; 
	src.bgColor = fondoin; 
	} 
} 
function ratonout(src,fondout) { 
	if (!src.contains(event.toElement)) { 
	src.style.cursor = 'default'; 
	src.bgColor = fondout; 
	} 
} 
function ratonclick(src) { 
if(event.srcElement.tagName=='TD'){ 
	src.children.tags; 
} 
} 
// -->	