<!--

emDs = new Array("t-online", "heubach", "bartholomae", "essingen", "steinheim-am-albuch", "kreuz-steinheim", "indris", "aol", "googlemail", "web", "heiderose-steinheim");
emSs = new Array("de", "com");

function emse(text)
{
  // Parameter prüfen
  var par = text.split(",");
  if (par.length != 3)
    return;
  if (par[0].length < 1)
    return;
  var d = parseInt(par[1]);
  if (d < 1 || d > emDs.length)
    return;
  var s = parseInt(par[2]);
  if (s < 1 || s > emSs.length)
    return;
  // senden
  var Link = "mai";
  Link += "lto";
  Link += ":";
  if (par[0] == "info" && d == 1)
    Link += "sagenhafter.albuch";
  else
    Link += par[0];
  Link += String.fromCharCode(64);
  Link += emDs[d-1];
  Link += "." + emSs[s-1];
  Link += "?subject=Touristikgemeinschaft Sagenhafter Albuch";
  location.href = Link;
}

function get_info()
{
  var Text = "sagenhafter";
  Text += ".";
  Text += "albuch";
//  Text += String.fromCharCode(64);
  Text += "&nbsp;at&nbsp;";
  Text += emDs[0];
  Text += "." + emSs[0];

  return Text;
}

function get_info2()
{
  var Text = "info";
//  Text += String.fromCharCode(64);
  Text += "&nbsp;at&nbsp;";
  Text += emDs[1];
  Text += "." + emSs[0];

  return Text;
}

function get_info3()
{
  var Text = "info";
//  Text += String.fromCharCode(64);
  Text += "&nbsp;at&nbsp;";
  Text += emDs[2];
  Text += "." + emSs[0];

  return Text;
}

function get_info4()
{
  var Text = "gemeinde";
//  Text += String.fromCharCode(64);
  Text += "&nbsp;at&nbsp;";
  Text += emDs[3];
  Text += "." + emSs[0];

  return Text;
}

function get_info5()
{
  var Text = "info";
//  Text += String.fromCharCode(64);
  Text += "&nbsp;at&nbsp;";
  Text += emDs[4];
  Text += "." + emSs[0];

  return Text;
}

function get_info6()
{
  var Text = "info";
//  Text += String.fromCharCode(64);
  Text += "&nbsp;at&nbsp;";
  Text += emDs[5];
  Text += "." + emSs[0];

  return Text;
}

function get_info7()
{
  var Text = "camphirtenteich";
//  Text += String.fromCharCode(64);
  Text += "&nbsp;at&nbsp;";
  Text += emDs[7];
  Text += "." + emSs[1];

  return Text;
}

function get_indris()
{
  var Text = "r";
  Text += ".";
  Text += "vett";
  Text += "erlein";
//  Text += String.fromCharCode(64);
  Text += "&nbsp;at&nbsp;";
  Text += emDs[6];
  Text += "." + emSs[0];

  return Text;
}

function set_visibility(Name, bVis)
{
  var Th;
  var Display = "block";
  if (!bVis)
    Display = "none";
  if (document.getElementById)
    Th = document.getElementById(Name);
  else
  {
    if (document.all)
      Th = document.all[Name];
  }
  if (Th)
  {
    Th.style.display = Display;
    return true;
  }
  return false;
}
 
function Check_Wintersport()
{
  if (Stand != "")
    set_visibility("LoipeBarth", true);
}

//-->

