// JavaScript Document

function ChangeImage(ident, image){
document.getElementById(ident).style.background = "url("+image+")";}
