var br_longname = navigator.appVersion;
var br_name = br_longname.substring(17,25); // = 'MSIE 5.5' for Spica-Win98
//document.writeln("br_longname = '" + br_longname + "';  br_name = '" + br_name + "' <BR>");
var isMSIE = br_longname.indexOf("MSIE");	// 0 wird als false gewertet

var backcol = "#FFFFE8";

file = document.URL;    // URL must be capitals
//document.writeln("file-URL = '" + file + "'");

var contact_1 = "<U>Kontakt</U>: &nbsp;&nbsp; tel: &nbsp;09286\/964032 &nbsp;&nbsp;&nbsp;&nbsp; ";
var contact_2 = "e-mail: &nbsp;<A href='mailto:info@baubiologie-hochfranken.de'>info@baubiologie-hochfranken.de</A>";
var contact = contact_1 + contact_2;

document.writeln("<TABLE cellpadding=2 cellspacing=0 width='100%' border=0>");
document.writeln("<TBODY><TR><TD width=100>");
document.write("<IMG src='../../pics/Logo_scanned-sm_tr.gif' alt='Logo' align='left' width=85 height=106>");	// Originalgröße:159 x 199
document.write("</TD>");
document.write("<TD align='center' valign='middle'>");
if (file.indexOf("kopf_Sonst") < 0) 
	document.write("<P style='font-weight:bold; font-size:130%'><b>Bio<font color='#888888'>Log</font></b> &nbsp;- &nbsp;Bereich Baubiologie<\/P>");
else
	document.write("<P style='font-weight:bold; font-size:130%'><b>Bio<font color='#888888'>Log</font></b> &nbsp;- &nbsp;Weitere Angebote<\/P>");
document.write("<P style='line-height: 50%; font-size:100%'><I>Beratung und Messung im Dienst von Umwelt und Gesundheit</I><\/P>");
document.write("</TD><TD width=100>");
document.write("<IMG src='../../pics/Logo_scanned-sm_tr.gif' align='right' width=85 height=106>");
document.write("</TD></TR></TBODY>");

// Tabellenfuß für Kontaktleiste:
if (file.indexOf("impr_kopf") < 0) {
   document.write("<TFOOT><TR><TD bgcolor='#FFBB66' colspan=3 align='center' valign='middle'>");
   document.write("<FONT size='-1'>*** &nbsp;&nbsp;&nbsp; " + contact + " &nbsp;&nbsp;&nbsp;***</FONT>");
   document.write("</TD></TR></TFOOT>");
}
document.write("</TABLE>");

