function inn(src,color) {
	src.bgColor = color;
}

function outt(src,color) { 
	src.bgColor = color;
}