function screen_aufloesung() {
	//
	// Aufloesung Detection
	//

    if (screen.width < 1280)
    window.location.href = "2010/Code_800/msite.php";
    if (screen.width >= 1280)
    window.location.href = "2010/Code_1200/msite.php";

}
