function setTheme(sent){elm1.theme=sent;elm1.reDraw();with(getElm("main").style){color=sent.ctrlFgColor;backgroundColor=sent.ctrlBgColor;borderWidth=sent.bdrWidth;borderStyle=sent.bdrSolid;borderColor=sent.bdrColor}applyThemeToBody(sent)}

