

function chgimg(id) {

    document.m_bottom.src = "img/i"+id+".gif";

}

