// 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'>" +
"<p><img src='engine/help/sanduhr.gif' with='30' height='54'><br>...wird geladen...</p>" +
"</div>");
}
