// JavaScript Document
// Vert Scroll Menu

var bg = "1680x1050";
		
if (screen.width <= 800) 
	bg = "one";
else if (screen.width <= 1280)
	bg = "two";
else if (screen.width <= 1440)
	bg = "three";
else
	bg = "four";
