function changebg(o,t)
{
	if (t==0){o.style.backgroundImage = "url(Images/navbg.jpg)"; o.style.color="#ffffff";
		//alert(o.childNodes.nodeName);
		
	}
	if (t==1)o.style.backgroundImage ="url()";
	
}
