function header() {
	if (screen.width>=1024)
		{return("images/header1024b")}
	else
		{return("images/header800b")}
}