function imp_popup(url, fenstername, breite, hoehe) {
	window.open(url, fenstername, "width="+breite+",height="+hoehe+",status=no,location=no,menubar=no,resizable=yes,scrollbars=no,toolbar=no");
}

function imp_doSearch(quelle)
{
	document.impulse_suche.src.value=quelle;
	document.impulse_suche.submit();
}

function popup(url, target, breite, hoehe, para1, para2, para3) {
	imp_popup(url, "impulse", breite, hoehe);
}

