<!--
// copyright 2007, Joachim Loeffel
// insert the page footer to my TDA pages
var impressum = 'Imprint';
if (my_locale=="de") impressum = 'Impressum';

var footer_txt = '';
footer_txt += '<tr>';
footer_txt += '  <td background="designs/images/bot_navi1.gif" colspan="2" width="193"><img height="1" width="1" alt="" src="designs/images/i.gif"></td>';
footer_txt += '  <td align="left" colspan="2">';
footer_txt += '    <table cellpadding="0" cellspacing="0" border="0" width="100%">';
footer_txt += '      <tr>';
footer_txt += '        <td valign="bottom" width="15"><img height="1" width="15" alt="" src="designs/images/i.gif"></td>';
footer_txt += '        <td valign="top" align=middle">';
footer_txt += '          <table width="600" cellpadding="0" cellspacing="0" border="0">';
footer_txt += '            <tr>';
footer_txt += '              <td><a class="selector" href="page_impressum.html?locale='+my_locale+'" title="'+impressum+'">'+impressum+'</a></td>';
//footer_txt += '              <td><a class="selector" href="#" title="Impressum" onClick=showDoc("impressum.html")>Impressum</a></td>';
footer_txt += '              <td valign="top" align="center">';
footer_txt += '		        <script type="text/javascript">';
footer_txt += '                  mail2("\u006a\u006f\u0061\u0063\u0068\u0069\u006d",';
footer_txt += '                        "\u0064\u0069\u0065'+'\u002d'+'\u006c\u006f\u0065\u0066\u0066\u0065\u006c\u0073","\u0064\u0065","Tour d\' Afrique 2008");';
footer_txt += '                </script>';
footer_txt += '                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
footer_txt += '			  <script type="text/javascript">';
footer_txt += '                  mail2("\u0077\u0065\u0062\u006d\u0061\u0073\u0074\u0065\u0072",';
footer_txt += '                        "\u0064\u0069\u0065'+'\u002d'+'\u006c\u006f\u0065\u0066\u0066\u0065\u006c\u0073","\u0064\u0065","Tour d\' Afrique 2008");';
footer_txt += '                </script>';
footer_txt += '              </td>';
footer_txt += '            </tr>';
footer_txt += '          </table>';
footer_txt += '        </td>';
footer_txt += '        <td align="right" valign="top"><a href="#"><img border="0" height="20" width="38" alt="" src="designs/images/gotop.gif"><img border="0" height="1" width="55" alt="" src="designs/images/i.gif"></a></td>';
footer_txt += '      </tr>';

// footer_txt += '      <tr><td align="center" colspan="2"><script language="JavaScript" type="text/javascript" src="http://wetter.rtl.de/services/kunden/homecustomer.php?id=218614&crypt=774635c20fa3c4641e0218b174b14159"></script></td></tr>';
footer_txt += '      <tr><td align="center" colspan="2">&nbsp;</td></tr>';
footer_txt += '      <tr><td align="center" colspan="2">&nbsp;</td></tr>';
footer_txt += '      <tr><td align="center" colspan="2">&nbsp;</td></tr>';

footer_txt += '    </table>';
footer_txt += '  </td>';
footer_txt += '</tr>';
-->