function show_menu() {

document.write(
'<TABLE cellSpacing=0 cellPadding=1 width=160 bgColor=#eeeeee border=0>'+
'<TR><TD class=fontFaceB background=/images/bg_hgradient_grey1.jpg>&nbsp;&nbsp;&nbsp;Menu</TD></TR>'+
'<TR><TD>'+
'<TABLE cellSpacing=0 cellPadding=2 width="100%" bgColor=#ffffff border=0><TR><TD class="fontFaceL">'+
'<a href="/templates/powerpoint/">PowerPoint Vorlagen</a><br>'+
'<a href="/templates/powerpoint_free/">Free Powerpoint</a><br>'+
'</TD></TR></TABLE></TD></TR></TABLE><br>'+
'<iframe src="/banners/iframe_160x900.html" frameborder=0 width=150 height=900 scrolling=no></iframe>'
);
}
show_menu();
