function lab_ind () {
	MeinFenster = window.open('/popup/labor_index', 'Zweitfenster', 'width=570,height=850,scrollbars=0');
	MeinFenster.focus();
}

function spoiler(obj) {
	for (var i = 0; i < obj.childNodes.length; i++) {
	  if (obj.childNodes[i].id == 'abt_button')
	  		titleRow = obj.childNodes[i];
    if (obj.childNodes[i].id == 'abt_text') {
    	if (obj.childNodes[i].style.display != 'none') {
    		obj.childNodes[i].style.display = 'none';
    		titleRow.innerHTML = 'Mehr...';
    	} else {
	    	obj.childNodes[i].style.display = 'block';
    		titleRow.innerHTML = 'Weniger...';
	    }
    }
	}
}

function lebenslauf(obj) {
	for (var i = 0; i < obj.childNodes.length; i++) {
	  if (obj.childNodes[i].id == 'll_button')
	  	titleRow = obj.childNodes[i];
    if (obj.childNodes[i].id == 'll_text') {
    	if (obj.childNodes[i].style.display != 'none') {
    		obj.childNodes[i].style.display = 'none';
    		titleRow.innerHTML = 'Lebenslauf anzeigen...';
    	} else {
	    	obj.childNodes[i].style.display = 'block';
    		titleRow.innerHTML = 'Lebenslauf ausblenden...';
	    }
    }
	}
}

function archiv(obj) {
	for (var i = 0; i < obj.childNodes.length; i++) {
	  if (obj.childNodes[i].id == 'archiv_button')
	  	titleRow = obj.childNodes[i];
    if (obj.childNodes[i].id == 'archiv_text') {
    	if (obj.childNodes[i].style.display != 'none') {
    		obj.childNodes[i].style.display = 'none';
    		titleRow.innerHTML = '<u>Archiv anzeigen</u>';
    	} else {
	    	obj.childNodes[i].style.display = 'block';
    		titleRow.innerHTML = '<u>Archiv ausblenden</u>';
	    }
    }
	}
}

function popup(page) {
	window.open(page,'popup','width=520,height=580,toolbar=false,scrollbars=false');
}


function zeige (labor) {
	if (document.getElementById)
		document.getElementById("labore").style.background = "url(/img/start/punkt_" + labor + ".gif) no-repeat top left";
		document.getElementById(labor + "-link").style.textDecoration = "none";
		document.getElementById(labor + "-link").style.color = "#009";
}

function wech (bild) {
	if (document.getElementById)
		document.getElementById("labore").style.background = "none";
		document.getElementById(bild + "-link").style.textDecoration = "underline";
		document.getElementById(bild + "-link").style.color = "#333";
}


function zeigeLvo (labor) {
		document.getElementById(labor + "-punkt").style.background = "url(/img/labor/karten-layer/punkt.gif) no-repeat top left";
		document.getElementById(labor + "-link").style.textDecoration = "none";
		document.getElementById(labor + "-link").style.color = "#009";
}

function wechLvo (bild) {
	if (document.getElementById)
		document.getElementById(bild + "-punkt").style.background = "none";
		document.getElementById(bild + "-link").style.textDecoration = "underline";
		document.getElementById(bild + "-link").style.color = "#333";
}

function zeigeLG (labor) {
	document.getElementById(labor + "-lg-punkt").style.background = "url(/img/labor/quadrat.gif) no-repeat top left";
	
}

function wechLG (bild) {
if (document.getElementById)
	document.getElementById(bild + "-lg-punkt").style.background = "none";
}

function zeigeKH (labor) {
	document.getElementById(labor + "-kh-punkt").style.background = "url(/img/labor/quadrat.gif) no-repeat top left";
	
}

function wechKH (bild) {
if (document.getElementById)
	document.getElementById(bild + "-kh-punkt").style.background = "none";
}
