///////////////////////////////////////////////////////////
// titel.js
//
// generiert den Titelbalken für alle Seiten des "Eisenbahn Club IBM"
// erstellt durch Ulrich Abderhalden, 03.05.2005
///////////////////////////////////////////////////////////
document.writeln ('<DIV class="elementTopStandard">')
document.writeln ('<TABLE width="100%" cellpadding="3" cellspacing="3" rules="none">')
document.writeln ('<TR>')
document.writeln ('</TR>')
document.writeln ('<TR>')
document.writeln ('<TD class="elementBottomPoints">')
document.writeln ('<B>&nbsp;<font size="+1">ECI<font size="-1">&nbsp;<BR>&nbsp;<BR>')
document.writeln ('<B><font size="-1">&nbsp;Eisenbahn&nbsp;Club&nbsp;IBM&nbsp;<BR>&nbsp;<BR>&nbsp;eine&nbsp;Sektion&nbsp;des<BR>&nbsp;IBM&nbsp;Club&nbsp;Z&uuml;rich<font size="+1"></B>')
document.writeln ('</TD>')
document.writeln ('<TD align="right" valign="center">')
document.writeln ('<IMG src="graphics/titel.gif" alt="Bild Kopfzeile" border="0">')
document.writeln ('</TD>')
document.writeln ('</TR>')
document.writeln ('<TR>')
document.writeln ('</TR>')
document.writeln ('</TABLE>')
document.writeln ('</DIV>')
