function popup(url) {
	 fenster=window.open(url, "_blank", "width=1000,height=750,status=yes,scrollbars=yes,resizable=yes");
	 fenster.focus();
	 return false;
}
function popup_klein(url) {
	 fenster=window.open(url, "_blank", "width=600,height=300,status=yes,scrollbars=yes,resizable=yes");
	 fenster.focus();
	 return false;	
}
function bodyload(){
	var suchenach = opener.location+" ";
	var erg = suchenach.search(/.+AddCompany.+/);
	if(erg == -1){
		opener.location.reload();
	}
}



