/* JavaScript für die Kapitel-Texte am Anfang einer Seite */
/*            mit Sprung zu einem Label                   */

function zeigeTitel1(label1, ueber1, info1) {
 document.write("<tr><td WIDTH=60 height=21 valign=top align=left>");
 document.write("<a href='#" + label1 +"'>");
 document.write("<img SRC='" + "bl_3eck.gif" + "' ALT='" + label1
+ "' BORDER=0 height=10 width=10></a></td>");
 document.write("<td valign=top align=left>");
 document.write("<font face='" + "Arial" + "' size=3>");
 document.write("<a href='#" + label1 +"'>");
 document.write("<b>" + ueber1 + "</b></a> " + info1 + "</font></td></tr>");
}
