function ie6ToggleBG(obj, img)
{
	obj.style.backgroundImage='url(/' + img + ')';
	//alert("hello");
}
