
var pos = 0;

var mymessage = "";
var GUELTIGBIS = "";
var actcustomer = "";
var myEmail = "";

function getEmail()
{
  return (myEmail);
}
function setEmail(x)
{
  myEmail = x;
}
function getCustomer()
{
  return (actcustomer);
}
function setCustomer(x)
{
  actcustomer = x;
}
function getMessage()
{
  return (mymessage);
}
function setMessage(txt)
{
  mymessage = txt;
}
function getGueltigBis()
{
  return (GUELTIGBIS);
}
function setGueltigBis(txt)
{
  GUELTIGBIS = txt;
}
function getPLZ()
{
  return (PLZ);
}
function backToPLZ()
{
  window.location.href = "../html/plz.html";
}
