﻿function replaceBG(idn, bg)
{
	
	//alert("url("+bg+")");
	idn.style.backgroundImage = "url("+bg+")";
	return true;
	
}
