function show_menu() {

document.write(
'<a href="http://www.htmlopen.de/web-grafiken/staebe/index.html">Stäbe 1</a><br>'+
'<a href="http://www.htmlopen.de/web-grafiken/staebe/staebe2.html">Stäbe 2</a><br>'+
'<a href="http://www.htmlopen.de/web-grafiken/staebe/staebe3.html">Stäbe 3</a><br>'+
'<a href="http://www.htmlopen.de/web-grafiken/staebe/staebe4.html">Stäbe 4</a><br>'+
'<a href="http://www.htmlopen.de/web-grafiken/bullets/">Bullets</a><br>'+
'<a href="http://www.htmlopen.de/web-grafiken/buttons/">Buttons</a><br>'+
'<a href="http://www.htmlopen.de/web-grafiken/icons/">Icons</a><br>'
);
}
show_menu();
