function checkWidth() {
	if (screen.width > 800) {
		document.getElementById("content").style.width = '610px';
	}
}