/* Scheldepoort Javascript */
window.onload = function() {
	if(screen.width > 1024)
		document.getElementById('layout').className = 'wide';
}
