function getDataDialog(kind, var01, objName, multi, lang, vcardtype, user_id, root, found) {
	var width=850; var height=560;
	if (kind == "lang") {
		theUrl = "../pix_db/lang.php?var01="+var01+"&objName="+objName+"&kind="+kind+"&multi="+multi+"&lang="+lang;
	}
	else if (kind == "link-data" || kind == "link" || kind == "data") theUrl = "../pix_db/pix.php?";
	else if (kind == "fixum") theUrl = "../pix_db/fixum.php?";
	else if (kind == "fixum_eduhi") theUrl = "../pix_db/fixum.php?";
	else if (kind == "get-values") theUrl = "../thesaurus/thesaurus_open.php?init=terms_init&done=terms_done&lang=de&bgcolor=FFF1CA&";
	else if (kind == "vcard") {
		theUrl = "../pix_db/vcard.php?";
		width=765; height=535;
	}
	else if (kind == "pix") theUrl = theUrl = "../pix_db/pix.php?";
	else if (kind == "conFinder") theUrl = theUrl = "../pix_db/conFinder.php?";
	else if (kind == "nlAdr") theUrl = theUrl = "../admin/newsletterAdresses.php?";
	if (kind != "lang") theUrl += "var01="+var01+"&objName="+objName+"&kind="+kind+"&multi="+multi+"&lang="+lang;
	if (kind == "vcard") {
		theUrl += "&vcardtype="+vcardtype+"&fdata="+user_id;
		if (found) theUrl += "&found="+found;
	}
	var answer = window.open (theUrl,"db_win","height="+height+",width="+width+",location=no,menubar=no,scrollbar=no,resizable=yes,status=yes");
	answer.focus();
}

function deleteConf(formName) {
	if (window.confirm("Wirklich löschen?")){
		document.forms[formName].delButtonHid.value = "Löschen";
		document.forms[formName].submit(action="<? $PHP_SELF ?>");
 } else {} //document.forms[formName].reset();
}

function getHelp (helpText) {
	// var answer = window.open ("/globals/helper.php?helpText="+helpText,"db_win","height=260,width=250,location=no,menubar=no,scrollbar=no,resizable=yes,status=yes");
	alert (helpText);
}