
function kopf1()
{
  document.writeln('<center>');
  document.writeln('<table BORDER=6 CELLSPACING=0 CELLPADDING=6 WIDTH="600" BGCOLOR="#000080">');
  document.writeln('<tr>');
  document.writeln(  '<td>');
  document.writeln(    '<center>');
  document.writeln(    '<img SRC="images/6-e-i-euro-9.jpg" height=86 width=519><br>');
  document.writeln(    '<img SRC="images/6-bar-3.jpg"      height=26 width=361><br>');
  document.write  (    '<font color="#C6C640" size="4">'); 
  document.write  (     kopf1.arguments[0]);
  document.writeln(     '</font>');
  document.writeln(    '</center>');
  document.writeln(  '</td>');
  document.writeln('</tr>');
  document.writeln('</table>');
  document.writeln('</center>');
}


function menue()
{
  document.writeln('<center>');
  document.writeln('<table BORDER=0 COLS=4 WIDTH="600" >');
  document.writeln('  <tr><td colspan=4><hr size="4" color="#000080"></td></tr>');
  document.writeln('  <tr>');
  document.writeln('    <td><a href="index.htm">       <img SRC="images/6-welcome.jpg"    BORDER=2 height=44 width=136></a></td>');
  document.writeln('    <td><a href="vorstand.htm">    <img SRC="images/6-vorstand.jpg"   BORDER=0 height=44 width=136></a></td>');
  document.writeln('    <td><a href="vereinsziel.htm"> <img SRC="images/6-ziele.jpg"      BORDER=0 height=44 width=136></a></td>');
  document.writeln('    <td><a href="mitglieder.htm">  <img SRC="images/6-mitglieder.jpg" BORDER=0 height=44 width=136></a></td>');
  document.writeln('  </tr>');
  document.writeln('  <tr><td colspan=4><hr size="4" color="#000080"></td></tr>');
  document.writeln('</table>');
  document.writeln('</center>');
}


function fuss()
{ 
  document.writeln('<center>');
  document.writeln('<table BORDER=0 COLS=1 WIDTH="600" >');
  document.writeln('<tr><td><p align="center"><font size="1"       color="#6666FF"><A HREF="impressum.htm"> [ Impressum ]</A> <A HREF="mailto:DrVolze@aol.com">[ Email: DrVolze@aol.com</A>]</font></p></td></tr>');
  document.writeln('<tr><td><p align="center">&nbsp;<font size="1" color="#6666FF">&copy; 2007 e.i. (euro-ius) e.V., <A HREF="http://www.e-i-euro-ius.de/">www.e-i-euro-ius.de</A>, letzte Aktualisierung 29.06.2008</font></p></td></tr>');
  document.writeln('</table>');
  document.writeln('</center>');
}


function jump2top()
{ 
  document.writeln('<center>');
  document.writeln('<table BORDER=0 COLS=1 WIDTH="600" >');
  document.writeln('<tr><td align="center">');
  document.writeln('<p align="center"><a href="#top"><img SRC="images/6-up.jpg" BORDER=0 height=32 width=44></a></p>');
  document.writeln('</td></tr>');
  document.writeln('</table>');
  document.writeln('</center>');

}


function jump2top2()
{ 
  document.writeln('<tr>');
  document.writeln('  <td COLSPAN="5"><hr size="3" color="#000080"></td>');
  document.writeln('  <td><a href="#top"><img SRC="images/6-up.jpg" BORDER=0  height=24 width=33 align=BOTTOM></a></td>');
  document.writeln('</tr>');
}


function trennlinie()
{ 
  document.writeln('<tr><td>&nbsp;</td><td COLSPAN="4"><hr></td><td>&nbsp;</td></tr>');
}

function leerlinie()
{ 
  document.writeln('<tr><td COLSPAN="6">&nbsp;</td></tr>');
}




function land()
{ 
  document.writeln('  <tr>');
  document.writeln('  <td></td>');
  document.writeln('  <td COLSPAN="2">');
  document.writeln('    <table BORDER=0 WIDTH="100%" >');
  document.writeln('     <tr>');
  document.writeln('      <td WIDTH="18%"><p><img SRC=' + land.arguments[0] + ' BORDER=0  height=30 width=59 align=TEXTTOP></p></td>');
  document.writeln('      <td><h2><a NAME=' + land.arguments[1] + '></a>'+ land.arguments[1] +'</h2></td>');
  document.writeln('     </tr>');
  document.writeln('    </table>');
  document.writeln('  </td>');
  document.writeln('  <td>&nbsp;</td>');
  document.writeln('  <td>&nbsp;</td>');
  document.writeln('  <td>&nbsp;</td>');
  document.writeln('  </tr>');
}



function adresse()
{
  document.writeln('<tr>');
  document.writeln('  <td>'+ adresse.arguments[0]+ '</td>');
  document.writeln('  <td>'+ adresse.arguments[1]+ '<br>' + adresse.arguments[2]+ '</td>');
  document.writeln('  <td>'+ adresse.arguments[3]+ '<br>' + adresse.arguments[4]+ '</td>');
  document.writeln('  <td>'+ adresse.arguments[5]+ '<br>' + adresse.arguments[6]+ '</td>');
  document.writeln('  <td>'+ adresse.arguments[7]+ '<br>' + adresse.arguments[8]+ '</td>');
  document.writeln('</tr>');
}
