function changeStyle() {
	var width = screen.width;
	
	document.getElementById('stylesheet').href = 'styles/1024style.css';
}
