﻿function nlSignSubmit() {
	var frm = document.getElementById("frmNLSign");
	if(frm) {
		frm.submit();
	}
}

function popupEula(part) { window.open("/eula.html#" + part, "chat", "width=750, height=490,resizable=1,scrollbars=1"); }
