function auswahl()
{
var url="tariflistemain.html#" + document.form.country.value;
window.location.href = url;
}
