function bd ()
	{
		if ((screen.width<=1024) && (screen.height<=768))
		{
			document.getElementById("headerbg").className = "small";
 
		}
	}
