function be_window() {
if(document.Formular.elements[22].options[1].selected == true) {

	bdata = window.open("","bdata","width=700,height=550,scrollbars,menubar");

	window.bdata.document.writeln("<HTML><HEAD><TITLE>JODE AG, Bankeinzugserm&auml;chtigung</TITLE>");

	window.bdata.document.writeln("<style type=text/css>");

	window.bdata.document.writeln("h1 { font-family: Arial,Helvetica,sans-serif; font-size: 18pt; font-style: normal; font-weight: 700; font-variant: normal; text-decoration: none; text-align: left; line-height: 20pt; color: #000000; margin-left: 0pt; margin-right: 0pt; }");
	window.bdata.document.writeln("h2 { font-family: Arial,Helvetica,sans-serif; font-size: 16pt; font-style: normal; font-weight: 700; font-variant: normal; text-decoration: none; text-align: left; line-height: 18pt; color: #000000; margin-left: 0pt; margin-right: 0pt; }");
	window.bdata.document.writeln("h3 { font-family: Arial,Helvetica,sans-serif; font-size: 14pt; font-style: normal; font-weight: 700; font-variant: normal; text-decoration: none; text-align: left; line-height: 16pt; color: #000000; margin-left: 0pt; margin-right: 0pt; }");
	window.bdata.document.writeln(".li { font-family: Arial,Helvetica,sans-serif; font-size: 12pt; font-style: normal; font-weight: 600; font-variant: normal; text-decoration: none; line-height: 14pt; color: #000000; margin-left: 0pt; margin-right: 0pt; }");

	window.bdata.document.writeln("</style>");

	window.bdata.document.writeln("</HEAD>");
	window.bdata.document.writeln("<body  bgcolor=#FFFFFF ALINK=#CC0000 LINK=#0000FF VLINK=#990000 TEXT=#000000 TOPMARGIN=10 LEFTMARGIN=10 MARGINWIDTH=10 MARGINHEIGHT=10>");

	window.bdata.document.writeln("<table border=0 width=640 align=center cellspacing=0 cellpadding=0>");
	window.bdata.document.writeln("<tr>");
	window.bdata.document.writeln("  <td width=30><br></td>");
	window.bdata.document.writeln("  <td height=120><br></td>");
	window.bdata.document.writeln("</tr>");

	window.bdata.document.writeln("<tr valign=top>");
	window.bdata.document.writeln("  <td width=22><br></td>");
	window.bdata.document.writeln("  <td height=200>");
	window.bdata.document.writeln("  &ldquo;JODE AG&rdquo;<br>");
	window.bdata.document.writeln("  <br>");
	Window.bdata.document.writeln("  Europaallee 33<br><br>");

	window.bdata.document.writeln("  50226 Frechen<br></td>");

	window.bdata.document.writeln("</tr>");
	window.bdata.document.writeln("</table>");

	window.bdata.document.writeln("<table border=0 width=640 align=center cellspacing=0 cellpadding=0 bordercolor=#000000>");
	window.bdata.document.writeln("<tr valign=top align=left>");
	window.bdata.document.writeln("  <td width=22><br></td>");
	window.bdata.document.writeln("  <td width=560>");
	window.bdata.document.writeln("  <table border=1 width=560 cellspacing=0 cellpadding=0 bordercolor=#000000>");
	window.bdata.document.writeln("  <tr valign=top align=left>");
	window.bdata.document.writeln("    <td width=560>");
	window.bdata.document.writeln("    <table border=0 width=560 cellspacing=0 cellpadding=0 bordercolor=#000000>");
	window.bdata.document.writeln("    <tr valign=top align=left>");
	window.bdata.document.writeln("      <td width=10><br></td>");
	window.bdata.document.writeln("      <td><br><h1>Bankeinzugsermächtigung</h1></td>");
	window.bdata.document.writeln("    </tr>");

	window.bdata.document.writeln("    <tr>");
	window.bdata.document.writeln("      <td width=10><br></td>");
	window.bdata.document.writeln("      <td height=40><br></td>");
	window.bdata.document.writeln("    </tr>");

	window.bdata.document.writeln("    <tr valign=top>");
	window.bdata.document.writeln("      <td width=10><br></td>");
	window.bdata.document.writeln("      <td class=li height=240>für bei der JODE AG bestellte Ware erteile ich die Einzugsermächtigung<br><br>");
	window.bdata.document.writeln("      Die Abbuchung erfolgt nach dem Versand der bestellten Ware<br><br>");
	window.bdata.document.writeln("      Name : "+document.Formular.elements[2].value+" "+document.Formular.elements[1].value+"<br><br>");

	window.bdata.document.writeln("      <table border=0 cellpadding=0 cellspacing=0 width=560>");

	window.bdata.document.writeln("        <tr><td class=li width=150>Kontonummer :</td>");
	window.bdata.document.writeln("          <td colspan=2 align=left><input size=20 maxlength=20 name=ktnr></td>");
	window.bdata.document.writeln("        </tr>");

	window.bdata.document.writeln("        <tr><td class=li width=150>Bankleitzahl :</td>");
	window.bdata.document.writeln("          <td colspan=2 align=left><input size=20 maxlength=20 name=blz></td>");
	window.bdata.document.writeln("        </tr>");

	window.bdata.document.writeln("        <tr><td class=li width=150>Kredtitinstitut :</td>");
	window.bdata.document.writeln("          <td colspan=2 align=left><input size=20 maxlength=50 name=bankname></td>");
	window.bdata.document.writeln("        </tr>");
	window.bdata.document.writeln("      </table>");
	window.bdata.document.writeln("    </tr>");

	window.bdata.document.writeln("    <tr>");
	window.bdata.document.writeln("      <td width=10><br></td>");
	window.bdata.document.writeln("      <td height=60 class=li>____________________________<br>");
	window.bdata.document.writeln("      Datum/ Unterschrift<br><br></td>");

	window.bdata.document.writeln("    </tr>");
	window.bdata.document.writeln("    </table></td>");
	window.bdata.document.writeln("  </tr>");
	window.bdata.document.writeln("  </table></td>");
	window.bdata.document.writeln("</tr>");
	window.bdata.document.writeln("</table>");

	window.bdata.document.writeln("</body></html>");
	}
}
