function changelang(){
	var flink = "";
	flink="../speech_j.cfm?pSprache=de";
	MeinFenster =window.open(flink, "Zweitfenster","width=150,height=120,screenX=370,screenY=130,top=130,left=370");
	MeinFenster.focus();
}
function showPrintView(ntxtnr, psp){
	window.setTimeout("doShowPrintView("+ntxtnr+",'"+psp+"')",500);
}
function doShowPrintView(ntxtnr, psp){
	var purl = "";
	purl = "/aunds_opt/" + psp + "/" + psp + "_p_" + ntxtnr + ".htm" ;
	MeinFenster = window.open(purl, "PrintWindow","width=830, height=650, resizable=1, status=0, scrollbars=1, toolbar=0, location=0, directories=0, menubar=0, screenX=20, screenY=20, top=20, Left=20");
   MeinFenster.focus();
	document.getElementById("menu1").style.visibility = "visible";
	document.getElementById("menu2").style.visibility = "visible";
}
function showMenu() {
	if ('1' == 1 && '1' == 1) {
		document.getElementById("menu2").style.display = "block";
		document.getElementById("menu2").style.visibility = "visible";
	}
	if ('1' == 1) {
		document.getElementById("menu1").style.display = "block";
		document.getElementById("menu1").style.visibility = "visible";
	}
}		

