function _eid(e) { return document.getElementById(e) }
function changeimg(id,img) { _eid(id).src = img; }
