/* JavaScript für die Kapitel-Überschrift-Texte im Detail-Bereich */
/*                    mit Label-Ansprung                          */

function zeigeTitel2(label2, ueber2) {
 document.write("<tr><td WIDTH=60 height=21 valign=top align=left>");
 document.write("<a NAME='" + label2 +"'></a>");
 document.write("<img SRC='" + "bl_3eck.gif" + "' BORDER=0 height=10 width=10></td>");
 document.write("<td valign=top width=540 bgcolor='" + "#99CCFF" + "'>");
 document.write("<font face='" + "Arial" + "' size=3 color='" + "#0000FF" + "'>");
 document.write("<b>" + ueber2 + "</b></font></td></tr>");
}
