// JavaScript Document

function ccolor(cual,color){
	cual.bgColor = color;
	cual.style.cursor = "hand";
}
