function punkt(aktiv) {
	if (aktiv == menu) {
		document.write('<img src="'+root+'images/punkt.gif" width="4" height="4" vspace="6" border="0" alt="">');
	}
	else {
		document.write('&gt;'); 
	} 
} 

function upunkt(uaktiv) { 
	if (uaktiv == umenu) {
		document.write('<img src="'+root+'images/punkt.gif" width="4" height="4" vspace="4" border="0" alt="">');
	}
	else { 
		document.write('&gt;'); 
	}
} 

function theWindow(url, name, rs, mb, w, h) {
	var resize = ""; 
	if (rs) {
		resize = "resizable,"; 
	} 
	var menub = ""; 
	if (mb) {
		menub = "menubar,"; 
	} 
	
	popupWin = window.open(url, name, 'scrollbars,' + menub + resize + 'width=' + w + ',height=' + h); 
}


function td_high(obj,sub) {
	if (sub==1) obj.style.backgroundColor='#E5F0E5'; 
	else obj.style.backgroundColor='#E5F0E5'; 
} 

function td_low(obj,sub) {
	if (sub==1) obj.style.backgroundColor='#E5F0E5';
	else obj.style.backgroundColor='#003399'; 
} 

function td_ihigh(obj,sub) {
	if (sub==1) obj.style.backgroundColor='#DCDCDC'; 
	else obj.style.backgroundColor='#DCDCDC'; 
} 

function td_ilow(obj,sub) {
	if (sub==1) obj.style.backgroundColor='#DCDCDC';
	else obj.style.backgroundColor='#003399'; 
} 

function footer_high(obj,sub) {
	obj.style.backgroundColor='#E5F0E5'; 
} 

function footer_low(obj,sub) {
	obj.style.backgroundColor='#003399'; 
}


// Datumsausgabe init
var dateObj = new Date(document.lastModified)
var mmonth = dateObj.getMonth() + 1
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000) 
fyear = fyear + 1900
// Datumsausgabe einsetzen:
// document.write(date + ". " + mmonth + ". " + fyear)
