var S = 'style', B = 'background', C = '#000'; elem [S] [B] = C; // равносильно elem.style.background = '#000';