function email(x,y,f,h,z){
 var a,b,c,d,e,g,i
 a='<a href=\"mai'
 b=x
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 b+=y
 g='<img src=\"'
 i='\" alt="'
 i+=z
 i+='" border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}
document.write("<table width=760 border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")
document.write("<td ID=mainTable width=1 background=" + pos + "top_menu_bg1.gif height=0 align=center valign=top><img src=" + pos + "spacer.gif width=1 height=36></td>")
document.write("<td rowspan=2 background=" + pos + "top_menu_bg1.gif align=center valign=middle width=125>")
if (menugrafik) document.write("<img src=" + pos + menugrafik + ">");
document.write("</td>")
document.write("<td rowspan=2 width=44 align=left valign=top><img src=" + pos + "top_menu1.gif width=44 height=163></td>")
document.write("<td width=510 background=" + pos + "top_menu_bg2.gif align=left valign=top>")
if (menutitle) document.write("<img src=" + pos + menutitle + ">");
document.write("</td>")
document.write("<td align=right valign=top background=" + pos + "top_menu_bg2.gif><img src=" + pos + "top_menu2.gif width=17 height=37></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td width=1 background=" + pos + "top_menu_bg1.gif height=0 align=center valign=top><img src=" + pos + "spacer.gif width=1 height=122></td>")
document.write("<td colspan=2 class=titletextbold>")
if (titlegrafik) document.write("<img src=" + pos + titlegrafik + ">");
if (title) document.write("<br>");
if (title) document.write(title);
document.write("</td>")
document.write("</tr>")
document.write("</table>")