function writeTop(hanspeter)
{
document.writeln("<div align='center'>");
document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='680'>");
document.writeln("<tr><td width='100%'>");
document.writeln("<h5 align='right'><a href='index.htm'><font color='#ffffff'>");
//alert (hanspeter);
if (hanspeter == "de")
{
document.writeln("<u>Deutsch</u>");
}
else
{
document.writeln("Deutsch");
}
document.writeln("</font></a>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<a href='indexengl.htm'><font color='#ffffff'>");
if (hanspeter == "engl")
{
document.writeln("<u>English</u>");
}
else
{
document.writeln("English");
}
document.writeln("</font></a></td></tr>");
document.writeln("<center>");
document.writeln("<tr><td width='100%'><img border='0' src='pix/phantom5x5.gif' width='5' height='5'></td></tr>");
document.writeln("<tr><td width='100%'>");
}

function writeBottom()
{
document.writeln("</td></tr>");
document.writeln("<tr><td width='100%'><img border='0' src='pix/phantom5x5.gif' width='5' height='5'></td></tr>");
document.writeln("<tr><td width='100%'>");
document.writeln("<h5 align='center'>website 2006 - <a href='http://www.bt-ub.com'><font color='#000000'>www.bt-ub.com</font></a> / all rights reserved</td></tr>");
document.writeln("</table></div>");
}
