function sobre (src, color_sobre ) { 
if (!src.contains(event.fromElement)) { 
src.style.cursor = "vic_hand.ani"; 
src.bgColor = color_sobre ; 
src.Color=" cccccc ";
src.FontColor="000000";
} 
} 
function fuera (src, color_fuera ) { 
if (!src.contains(event.toElement)) { 
src.style.cursor = "default"; 
src.bgColor = color_fuera ; 
} 
} 