﻿function gBackgroundColorChange(ztag, zcolor)
{
document.getElementById(ztag).style.backgroundColor=zcolor;
}
