var size = 1600;
if ( screen.width > size )
	window.resizeBy(size - screen.width,0);