var sprache;
function fusszeile(sprache)
{
switch(sprache)
{
   case "de":
   document.write('<hr width="90%" size="1" />');
   document.write('© 1997 - 2006 bei <a href="mailto:webmaster@bacal.de">Frank Loizzi</a>٠ Dortmund ٠ Deutschland ٠ Alle Rechte vorbehalten.<br />');
   document.write('<a href="http://www.bacal.de/impressum">Impressum</a>');
   break;
   case "en":
   document.write('<hr width="90%" size="1" />');
   document.write('© 1997 - 2006 by <a href="mailto:webmaster@bacal.de">Frank Loizzi</a>٠ Dortmund ٠ Germany ٠ All Rights Reserved.<br />');
   document.write('<a href="http://www.bacal.de/impressum">Masthead</a>');
   break;
}
}