window.onload=function()
{
	/***************** Image Switch-Funktionen **********************************/
	initChorweilerImgSwitch();
	initEhrenfeldImgSwitch();
	initInnenstadtImgSwitch();
	initLindenthalImgSwitch();
	initRodenkirchenImgSwitch();
	initNippesImgSwitch();
	initMuelheimImgSwitch();
	initKalkImgSwitch();
	initPorzImgSwitch();
	
	
	/***************** Local Image Switch-Funktionen **********************************/
	initLocalImgSwitchKoeln();
	addScrollers();
	
	
	initialize();
}

window.onunload=function()
{
	GUnload();
}
