<!--

//alert ("hof_login.js wird geladen");

function set_startfocus() {
	
	//alert("set_startfocus wird durchlaufen");
	
	// Setzt Focus 



	if (document.getElementById('ZURUECK')) {
		//document.getElementById('ZURUECK').focus();
	}

	if (document.getElementById('ABBRUCH')) {
		//document.getElementById('ABBRUCH').focus();
	}



	if (document.getElementById('OK')) {
		//document.getElementById('OK').focus();
	}
	

	if (document.getElementById('log')) {
		document.getElementById('log').focus();
	}

	if (document.getElementById('beginn')) {
		document.getElementById('beginn').focus();
	}

	if (document.getElementById('ter_beg_datum')) {
		document.getElementById('ter_beg_datum').focus();
	}

}



function sel_kat_haupt_wechsel (zielurl) {
	/*
	Bei Wechsel der Hauptkategorie Seite übermitteln und neu aufbauen
	*/
	//alert ("sel_kat_haupt_wechsel aufgerufen - zielurl=" + zielurl);

	//self.location.href=zielurl;
	
}


     
//-->