﻿function ChangeBag(id)
{
    var se = document.getElementById(id);
    alert(se.background);
}