function footer_de(xwidth) // table width string
{
if (xwidth == null) { xwidth = "100%" }
document.writeln('<p>')
document.writeln('<hr WIDTH="100%">')
document.writeln('<a href="http://www2.math.uni-wuppertal.de/wrswt/" target="_top">')
document.writeln('<img BORDER="0" SRC="images/wrswt2.gif" height=34 width=46 align=MIDDLE alt="WRSWT-Logo"></a>')
document.writeln('<span style="font-size:8pt">')
document.writeln('<a href="http://www2.math.uni-wuppertal.de/wrswt/" target="_top">Wiss. Rechnen / Softwaretechnologie</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.math.uni-wuppertal.de/de/mathematik-informatik.html" target="_top">Fachgruppe Mathematik und Informatik</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.fbc.uni-wuppertal.de/" target="_top">FB C</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.uni-wuppertal.de/" target="_top">Bergische Universit&auml;t Wuppertal</a>')
document.writeln('</span>')
}

function footer_de_1(xwidth) // table width string
{
if (xwidth == null) { xwidth = "100%" }
document.writeln('<p>')
document.writeln('<hr WIDTH="100%">')
document.writeln('<a href="http://www2.math.uni-wuppertal.de/wrswt/" target="_top">')
document.writeln('<img BORDER="0" SRC="../images/wrswt2.gif" height=34 width=46 align=MIDDLE alt="WRSWT-Logo"></a>')
document.writeln('<span style="font-size:8pt">')
document.writeln('<a href="http://www2.math.uni-wuppertal.de/wrswt/" target="_top">Wiss. Rechnen / Softwaretechnologie</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.math.uni-wuppertal.de/de/mathematik-informatik.html" target="_top">Fachgruppe Mathematik und Informatik</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.fbc.uni-wuppertal.de/" target="_top">FB C</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.uni-wuppertal.de/" target="_top">Bergische Universit&auml;t Wuppertal</a>')
document.writeln('</span>')
}

function footer_en(xwidth) // table width string
{
if (xwidth == null) { xwidth = "100%" }
document.writeln('<p>')
document.writeln('<hr WIDTH="100%">')
document.writeln('<a href="http://www2.math.uni-wuppertal.de/wrswt/index_en.html" target="_top">')
document.writeln('<img BORDER="0" SRC="images/wrswt2.gif" height=34 width=46 align=MIDDLE alt="WRSWT-Logo"></a>')
document.writeln('<span style="font-size:8pt">')
document.writeln('<a href="http://www2.math.uni-wuppertal.de/wrswt/index_en.html" target="_top">Scientific Computing / Software Engineering</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.math.uni-wuppertal.de/en/mathematics-informatics.html" target="_top">Department of Mathematics and Computer Science</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.fbc.uni-wuppertal.de/" target="_top">Faculty C</a>')
document.writeln('&nbsp;&nbsp;&nbsp; ')
document.writeln('<a href="http://www.uni-wuppertal.de/index-en.html" target="_top">University of Wuppertal</a>')
document.writeln('</span>')
}

function mail_visible(domain,sub_domain,user_name) 
{
	document.write("<a href='mailto:"+user_name+"@"+sub_domain+"."+domain+"'>")
	document.write(""+user_name+"@"+sub_domain+"."+domain+"")
        document.write("</a>")
}


function mail_link(domain,sub_domain,user_name,link_name)
{
	document.write("<a href='mailto:"+user_name+"@"+sub_domain+"."+domain+"'>");
	document.write(""+link_name+"")
        document.write("</a>")
}


