// Service for bindex page

var width  = screen.width
var height = screen.height
if (screen.width < 901)
{
	document.location.href='http://www.gaylords712.com/index.html'
}

Image1 = new Image(48,44)
Image1.src = "http://www.gaylords712.com/image/smallemblem.gif"
Image2 = new Image(48,44)
Image2.src = "http://www.gaylords712.com/image/smallemblem1.gif"
Image3 = new Image(48,44)
Image3.src = "http://www.gaylords712.com/image/smallemblem3.gif"
function SwapOut()
{
	document.mypic.src = Image2.src; return true;
}
function SwapBack()
{
	document.mypic.src = Image1.src; return true;
}
function SwapDown()
{
	document.mypic.src = Image3.src; return true;
}
