// JavaScript Document
function replaceimg(id,image) { 

document.getElementById(id).style.background="url('"+image+"') no-repeat center";

} 
