/*
/////////////////////////////
// SNOW
//////////////////////////////
if (window.screen.width <= 800)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/sneeuw_800.jpg') #003366 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') #003366 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') #003366 top no-repeat fixed";
}
else
{	
	document.body.style.background="url('http://www.khoh.be/layout/images/background/sneeuw_1920.jpg') #003366 top no-repeat fixed";
}
*/

//////////////////////////////
// CHRISTMAS
//////////////////////////////
/*
if (window.screen.width <= 800)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/christmas_800.jpg') #1a80cb bottom no-repeat fixed";
}
else if (window.screen.width <= 1024)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/christmas_1024.jpg') #1a80cb bottom no-repeat fixed";
}
else if (window.screen.width <= 1280)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/christmas_1280.jpg') #1a80cb bottom no-repeat fixed";
}
else
{	
	document.body.style.background="url('http://www.khoh.be/layout/images/background/christmas_1920.jpg') #1a80cb bottom no-repeat fixed";
}


if (window.screen.width <= 800)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/christmas1_800.jpg') #3ba0d4 bottom no-repeat fixed";
}
else if (window.screen.width <= 1024)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/christmas1_1024.jpg') #3ba0d4 bottom no-repeat fixed";
}
else if (window.screen.width <= 1280)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/christmas1_1280.jpg') #3ba0d4 bottom no-repeat fixed";
}
else
{	
	document.body.style.background="url('http://www.khoh.be/layout/images/background/christmas1_1920.jpg') #3ba0d4 bottom no-repeat fixed";
}
*/


//////////////////////////////
// BELGIUM
//////////////////////////////
/*
if (window.screen.width <= 800)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/Belgium-Flag-Wallpapers-1280x800.jpg') #003366 top no-repeat fixed";
}
else if (window.screen.width <= 1024)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/Belgium-Flag-Wallpapers-1280x800.jpg') #003366 top no-repeat fixed";
}
else if (window.screen.width <= 1280)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/Belgium-Flag-Wallpapers-1280x800.jpg') #003366 top no-repeat fixed";
}
else
{	
	document.body.style.background="url('http://www.khoh.be/layout/images/background/Belgium-Flag-Wallpapers-1920x1200.jpg') #003366 top no-repeat fixed";
}
*/

//////////////////////////////
// NORMAL
//////////////////////////////
if (window.screen.width <= 800)
{
	document.body.style.background="url('http://www.khoh.be/layout/images/background/bg04_800.jpg') #FFF 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') #FFF 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') #FFF top no-repeat fixed";
}
else
{	
	document.body.style.background="url('http://www.khoh.be/layout/images/background/bg04_1920.jpg') #FFF top no-repeat fixed";
}
