///////////////////////////////////////////////////////////
// rechts_menu.js
//
// generiert Inhalt für rechtes Menu für alle Seiten des "Eisenbahn Club IBM"
// erstellt durch Ulrich Abderhalden, 03.05.2005
///////////////////////////////////////////////////////////
document.writeln ('<DIV class="elementRightStandard">')
document.writeln ('<HR>')
document.writeln ('<TABLE cellpadding="0" cellspacing="0" border="0">')
//
document.writeln ('<TR>')
document.writeln ('<TD class="elementBottomPoints">')
document.writeln ('<A href="http://www.blueclub.ch" target="_new"><B><FONT SIZE="+1">blueclub.ch</FONT></B></A>')
document.writeln ('<BR><small>IBM Club Zürich und seine Sektionen</small>')
document.writeln ('</TD>')
document.writeln ('</TR>')
//
document.writeln ('<TR>')
document.writeln ('<TD class="elementBottomPoints">')
document.writeln ('<A href="http://www.sbb.ch" target="_new"><IMG src="graphics/logo_sbb.gif" alt="SBB" border="0"></A>')
document.writeln ('</TD>')
document.writeln ('</TR>')
//
document.writeln ('<TR>')
document.writeln ('<TD class="elementBottomPoints">')
document.writeln ('<A href="http://www.search.ch" target="_new"><IMG src="graphics/logo_search.gif" alt="search.ch" border="0"></A>')
document.writeln ('</TD>')
document.writeln ('</TR>')
//
document.writeln ('<TR>')
document.writeln ('<TD class="elementBottomPoints">')
document.writeln ('<A href="http://www.google.ch" target="_new"><IMG src="graphics/logo_google.gif" alt="google.ch" border="0"></A>')
document.writeln ('</TD>')
document.writeln ('</TR>')
//
document.writeln ('</TABLE>')
document.writeln ('</DIV>')
