/*
if (window.screen.width <= 600)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/sneeuw_600.jpg') #4a5e29 top no-repeat fixed";
}
else if (window.screen.width <= 1024)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/sneeuw_1024.jpg') #4a5e29 top no-repeat fixed";
}
else if (window.screen.width <= 1280)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/sneeuw_1280.jpg') #4a5e29 top no-repeat fixed";
}
else
{	
	document.body.style.background="url('http://www.khoh.be/layout/images/background/sneeuw_1920.jpg') #4a5e29 top no-repeat fixed";
}
*/

if (window.screen.width <= 600)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/bg04_600.jpg') #4a5e29 top no-repeat fixed";
}
else if (window.screen.width <= 1024)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/bg04_1024.jpg') #4a5e29 top no-repeat fixed";
}
else if (window.screen.width <= 1280)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/bg04_1280.jpg') #4a5e29 top no-repeat fixed";
}
else
{	
	document.body.style.background="url('http://www.khoh.be/layout/images/background/bg04_1920.jpg') #4a5e29 top no-repeat fixed";
}
