function phpads_deliverActiveX(content)
{
	document.write(content);	
}

function write_nav_balken(){

var now = new Date();
var day = now.getDay();
var month = now.getMonth();
var date = now.getDate();
var year = now.getFullYear();

	browser = navigator.appName ;    
	ver = parseInt(navigator.appVersion);
	document.writeln('<!-- BEGIN NAVTABLE------>');
	document.writeln('<form name="seek1" method=GET accept-charset="iso-8859-2" action="http://search.thieme.de/query.html"><input type=hidden name=charset value="iso-8859-2"><input type="hidden" name="la" value="de"><input type="hidden" name="style" value="thieme"><input type="hidden" name="qp" value="url:www.thieme.de/fz || url:html">');
	document.writeln('<table width="780" border="0" cellpadding="0" cellspacing="0">');
	document.writeln('<TR bgcolor="#000066">');
	document.writeln('');
	document.writeln('<td width="155" height="20"  class="middle" align="center"><font color=#ffffff><small>' + date + '. '  + [month+1]+ ' ' + year +'</small></font></td>');
	document.writeln('<td width="20" bgcolor="ffffff"></td>');
	document.writeln('<td height="20" class="middle">');
	document.writeln ('<font color="#ffffff">');
	document.writeln ('<small>');
	document.writeln ('<a href="/service/impressum.html" class="balkennav">&nbsp;Impressum</a>&nbsp;|&nbsp;');
	document.writeln ('<a href="/fz/fz_deutsch.html" class="balkennav">deutschsprachige Fachzeitschriften</A>&nbsp;|&nbsp;<a href="/fz/fz_english.html" class="balkennav">English language journals</a>&nbsp;|&nbsp;');
	document.writeln ('Suche:&nbsp;');
	document.writeln ('</small></font></td>');
	document.writeln('<td height="20" align="right" class="middle">');
	document.writeln ('<td class=middle><input type=text name=qt id="search" style="font-size: 10px; padding:0px; font-family: Verdana;"  size="12" value=""></td><td><input type="image" src="/fz/_images/lupe.gif">');
	document.writeln ('</td>');
	document.writeln('</TR>');
	document.writeln('</table>');
	document.writeln('</form>');
	document.writeln('<!-- END NAVTABLE------>');
	
	//LEAVE THIS HERE OTHERWISE BALKEN WILL APPEAR GLUED TO REST OF THE PAGE
	if (browser == "Netscape" && ver > 4){
		document.writeln('<br clear="all">');
		}
	
}




function fz_footer(){
document.writeln('<table width="780">');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<hr width="700" size="1" color="#000066"><small><center>&copy;&nbsp;<a href="/index.html">Georg Thieme Verlag</a> 2005&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/service/impressum.html">Impressum / Disclaimer</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="mailto:kundenservice@thieme.de" target="_blank">kundenservice@thieme.de</a><BR>Bei technischen Problemen bitte Nachricht an <a href="mailto:webmaster@thieme.de">webmaster@thieme.de</a></center></small></center>');
document.writeln('</td></tr></table>');
}

function cust_footer(){
document.writeln('<table width="100%">');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<hr width="100%" size="1" color="#000066"><small><center>&copy;&nbsp;<a href="/index.html">Georg Thieme Verlag</a> 2005&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/service/impressum.html">Impressum / Disclaimer</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="mailto:kundenservice@thieme.de" target="_blank">kundenservice@thieme.de</a><BR>Bei technischen Problemen bitte Nachricht an <a href="mailto:webmaster@thieme.de">webmaster@thieme.de</a></center></small></center>');
document.writeln('</td></tr></table>');
}

