function chkFormular()
{
if(document.Form5.miet.value <7)
{
alert("Rent almeno 1 settimana con2 adulti!");
  document.Form5.zahl5.value="0";
document.Form5.abreise.focus();
 return false;
}
if(document.Form5.stell.value <1)
{
alert("Si prega di inserire solo 1 Piazzetta con 1 Rent!");
  document.Form5.zahl5.value="0";
 return false;
}
if(document.Form5.stell.value >=2)
{
alert("Si prega di inserire solo 1 Piazzetta con 1 Rent!");
  document.Form5.zahl5.value="0";
  return false;
}
}
function chkformu()
{
if(document.Form5.mind.value < 100)
{
alert("importo minimo di d'accampamento 30,00 €, Rent 100,00 € !");
document.Form5.barz.focus();
return false;
}
if (document.anzahlen.agb.checked == false )
{
alert('Si prega di confermare AGB per continuare.');
return false;
}
}

