function enterOn(welke) {
	document.getElementById(welke).style.backgroundPosition = "0px -31px";
}

function enterOff(welke) {
	document.getElementById(welke).style.backgroundPosition = "0px 0px";
}

function setBd3() {
	document.ircsubform.ed_other.value = "";
}
function setBd3Other() {
	document.ircsubform.bd3[4].checked = true;
}

function ircEdit(tabel,veld,lang,type) {
window.open("licensee/irc_edit.php?tabel="+tabel+"&veld="+veld+"&lang="+lang+"&type="+type,"editform","top=0, left=0, width=800, height=600, toolbar=0, menubar=0, status=0, location=0, scrollbars=0");
}

