
function submit()
	{
	//alert(document.forms["_AH_HundogKat_Bestilling"].navn.value);
	if (document.forms["_AH_HundogKat_Bestilling"].navn.value=="" || document.forms["_AH_HundogKat_Bestilling"].adresse.value=="" || document.forms["_AH_HundogKat_Bestilling"].postnr.value=="" || document.forms["_AH_HundogKat_Bestilling"].by.value=="")
		alert("Felterne navn, adresse, postnr og by skal udfyldes");
	else
		document.forms["_AH_HundogKat_Bestilling"].submit();
	}

//document._domino_target = "_self";

function _doClick(v, o, t, h) {
  var form = document._AH_HundogKat_Bestilling;
  if (form.onsubmit) {
     var retVal = form.onsubmit();
     if (typeof retVal == "boolean" && retVal == false)
       return false;
  }
  var target = document._domino_target;
  if (o.href != null) {
    if (o.target != null)
       target = o.target;
  } else {
    if (t != null)
      target = t;
  }
  form.target = target;
  form.__Click.value = v;
  if (h != null)
    form.action += h;
  form.submit();
  return false;
}

function abrePopup(popup, title){
  window.open(popup, title, "toolbar=NO, location=no, scrollbars=yes, top=5, left=100; resizable=yes, directories=no, menubar=no, width=710, height=700");
}

