function activeimage(obj,img)
{
	obj.style.background = "url("+img+")";
	obj.style.backgroundRepeat = "no-repeat"; 
}
