function formsenden(){
	document.forms["suche"].submit();
}

var size_zahl;
if (ns4) size_zahl='6';
if (ie4) size_zahl='10';

with(document){
	open();
	write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">');
	write('<TR>');
	write('<TD ALIGN="left" VALIGN="top"><IMG SRC="/bilder/trans.gif" WIDTH="26" HEIGHT="1" BORDER="0" ALT=""></TD>');
	write('<TD ALIGN="left" VALIGN="top"><IMG SRC="/bilder/trans.gif" WIDTH="1" HEIGHT="25" BORDER="0" ALT=""></TD>');
	write('</TR>');
	write('<TR>');
	write('<TD><img src="/bilder/icon_frage.gif" width=22 height=14 border=0 alt=""></TD>');
	write('<TD ALIGN="left" VALIGN="top"><FONT CLASS="promozonebold"><b>Search</b></FONT></td>');
	write('</TR>');
	write('<TR>');
	write('<TD>&nbsp;</TD><form name="suche" method="post" action="/isapi/suche/suche.asp?cap="+curr_Cap+"&sub="+curr_Sub+">');
	write('<TD ALIGN="left" VALIGN="top"><FONT CLASS="copytext">');
	write('<input type="hidden" name="Cap" value="">');
	write('<input type="hidden" name="Sub" value="">');
	write('<input type="text" name="Suchstring" width="90" size="' + size_zahl + '"  maxlength="50" class="promozone">');
	write('</FONT>');
	write('&nbsp;<a href="javascript:formsenden();"><img src="/bilder/icon_go.gif" width=22 height=14 border=0 alt=""></a><br><a href="/service_support/experten_suche.htm"><FONT CLASS="promolink"><b>Advanced search</b></FONT>&nbsp;<img src="/bilder/navigation/suche_pfeil.gif" width=6 height=7 border=0></a></form></TD>');
	write('</TR>');
	write('</TABLE>');
	close();
}