// JavaScript Document

// Suche starten
function startenstart (ot) {
	if (document.getElementsByName('tx_hwwohnungsbestand_pi1[ot][0]')[0]) document.getElementsByName('tx_hwwohnungsbestand_pi1[ot][0]')[0].value = ot;
	if (document.getElementsByName('formular')[0]) document.getElementsByName('formular')[0].submit();
}
function startengm (ot) {
	if (document.getElementsByName('tx_hwwohnungsbestand_pi1[ot][0]')[1]) document.getElementsByName('tx_hwwohnungsbestand_pi1[ot][0]')[1].value = ot;
	else if (document.getElementsByName('tx_hwwohnungsbestand_pi1[ot][0]')[0]) document.getElementsByName('tx_hwwohnungsbestand_pi1[ot][0]')[0].value = ot;
	if (document.getElementsByName('formright')[0]) document.getElementsByName('formright')[0].submit();
}
function startenre () {
	document.getElementsByName('formright')[0].submit();
}
