function hoverTopmenu(cid, img){ var menucell = window.document.getElementById(cid); menucell.style.backgroundImage.src = img; }