function getStyle (id, stl) { return (element.currentStyle || window.getComputedStyle(id, null))[stl]; }
getStyle('cont', 'width'); // 420px