'); //Flash Abfrage if ( flashOnPC ) //Alles OK Flash auf IE da: // Abhängig von der Bildschirmgröße Datei mit Autoskalierung aufrufen // (Wenn Auflösung 800x600 oder kleiner dann skalierbar, um alles anzuzeigen if (screen.width) if (screen.width>800) window.location.href = "Startfix.html" else window.location.href = "Start100.html" else //IE gefunden, aber kein Flash window.location.href = "NoFlash.html" } else //IE gefunden, aber kein Win95 oder Win NT window.location.href = "NoFlash.html" } else //fremder Browser, konnte Flash nicht erkennen window.location.href = "NoFlash.html" //Wichtig die nächste Zeile: //-->