function checksendcountry() {
				 var countryname_billing = document.getElementsByName("billing_countryiso")[0].value;
				 var countryname_shipping = document.getElementsByName("shipping_countryiso")[0].value;
        if(countryname_billing != "DEU" || countryname_shipping != "DEU")
        window.alert("Bei Bestellungen ins Ausland fallen Versandkosten an. Diese teilen wir Ihnen auf Anfrage unter der kostenfreien Rufnummer 0800/588 95 60 mit.");
}
