function docwritemenu(pathlevel,menuname) {

var pathlev1='';
for (var i=1;i<pathlevel;i++) {pathlev1+='../'}
var pathlev0=pathlev1+'../';

docw('<div class="menu1"><A href="'+pathlev1+'foto/index.html" target="_top">ReiseFotografie</A><br></div>');
docw('<div class="menu1"><A href="'+pathlev1+'games/index.html" target="_top">AdventureTexte</A><br></div>');
docw('<div class="menu1"><A href="'+pathlev1+'privat/index.html" target="_top">TacimedesPrivat</A><br></div>');

docw('<div class="menu2"><A HREF="'+pathlev1+'mainimpr.htm" TARGET=""_top">Impressum</A><br></div>');
docw('<div class="menu2"><A HREF="mailto:webmaster'+String.fromCharCode(64)+'tacimedes.de?subject='+"'Anmerkung zur Seite: " + document.title+ "'"+'">Mail</A></div>');

docw('</table>');
}
