
//aufloesungsweiche
function aufloesung ()	{
	var height, width;
	height=screen.height;
	width=screen.width;
	
		if (width>600 && width<1024)	 {
		location.href="v800/home800.htm";
		}
		
		if (width>=1024)	 {
		location.href="v1024/home1024.htm";
		}
	}
