document.open("text/plain");
// general navi
document.writeln("<map name=gennavi>");
document.writeln("<area coords=405,33,468,49 href=index.htm>");
document.writeln("<area coords=473,33,524,49 href=kontakt.htm>");
document.writeln("<area coords=529,32,561,48 href=agb.htm shape=RECT>");
document.writeln("<area coords=567,32,636,48 href=impressum.htm>");
document.writeln("</map>");
document.close();







