function get(id) { window.onload = function() { var ElEm = document.getElementById(id); } return ElEm; };