ScreenRes = screen.width;

if (ScreenRes <= 1024) {
	document.getElementById('style').href = "fileadmin/templates/zpf/css/<=1024.css";
} else {
	document.getElementById('style').href = "fileadmin/templates/zpf/css/>1024.css";	
}

