function ZubehoerWarengruppe(kid,aid) {
	document.frm_go.action='/main/warengruppen.php';
	document.frm_go.zubehoer_aid.value=aid;
	document.frm_go.kid.value = kid;
	document.frm_go.submit();
}

function alert_clean(text) {
	
	document.getElementById("alert_encoding_transformator").innerHTML = text;
	text = document.getElementById("alert_encoding_transformator").innerHTML;
	return text;
}

var zaehler = 3;
function update_zaehler() {
	zaehler++;
}

function showInformation(text) {
	document.getElementById('produktinfo').innerHTML = text;
}

function Go(url) {
	if(url == '/main/warengruppen.php') {
		document.frm_go.kid.value = '';    
	}
	document.frm_go.action=url;
	document.frm_go.submit();
}

