var pr_col="";
function msk(obj)
  {
   // pr_col=obj.style.backgroundColor;
	//obj.style.backgroundColor='#D9FAC9';
	//obj.style.color="#003399"
	//obj.style.backgroundColor='#A3F3CB';
	//obj.style.backgroundColor='#b6e57f';
  }
function unmsk(obj)
  {
    //obj.style.backgroundColor=pr_col;
	//obj.style.color="#000000";
  }
