﻿function GridMouseOverOut(id,Color){

obj(id).bgColor = Color ;

}

function obj(id) {return document.getElementById(id);}