// Splash-Screen für Ladezeit
// Version Beta 1 vom 29.3.2004
// Einschalt-Routine
if (splash) {
document.write("<div id='splash' style='position: absolute;" +
"left: 0px; top: 0px; width: 100%; height: 100%;" +
"padding-top: 50px; text-align: center'>" +
// EDITIEREN MÖGLICH: Hier steht der Inhalt
"" +
// EDITIEREN ENDE
"</div>");
}