function checkCustForms() {
	var myForm = document.getElementById('frmType');
	if (myForm != null) {
		ChangeForm();
	}
}