function swap(item, stan) {
    imgid = document.getElementById('menu'+item);
    imgid.src = "images/menu_" + item + "_" + stan + ".gif";
}