function MRoll(id,img) {
if (document.getElementById(id)) {
document.getElementById(id).style.backgroundImage='url(image/'+img+')';
}
}
