

function SendFeedback()
{
  var c="26569:17115:17930:16626:18093:8150:10432:16463:17767:18256:17115:18582:15811:7498:16300:16463";var ac=c.split(":");
  var s="";for(i=1;i<ac.length;++i){s+=String.fromCharCode(Number(ac[i])/Math.sqrt(Number(ac[0])));}
  window.location.href = "mailto:" + s + "?subject=Anfrage";
}

function SendFeedback2(loc)
{
  var c="26569:17115:17930:16626:18093:8150:10432:16463:17767:18256:17115:18582:15811:7498:16300:16463";var ac=c.split(":");
  var s="";for(i=1;i<ac.length;++i){s+=String.fromCharCode(Number(ac[i])/Math.sqrt(Number(ac[0])));}
  window.location.href = "mailto:" + s + "?subject="+loc;
}

function RecommendPage(loc)
{
  var s=escape("Bitte schauen Sie sich diese Seite einmal an:")+"%20%0d%20"+escape(loc);
  window.location.href = "mailto:?subject=Seitenempfehlung&body="+s;
}

function showStatus(text)
{
  window.event.returnValue = true;
  window.status = text;
  window.setTimeout("window.status='" + text + "'", 1);
}
/*
 onmouseover="showStatus('hello1');" onmouseout="showStatus('');"
*/

/*
function openImageWindow2 (strUrl, strTitle, fShowHinweis)
{
  var wnd;
  wnd = window.open ("showimage.html", "WndImage");
  wnd.document.open ("text/html");
  wnd.document.write ("<html>");
  wnd.document.write ("<head>");
  wnd.document.write ("<link href='../../empira.css' rel='stylesheet' media='all'>");
  wnd.document.write ("</head>");
  wnd.document.write ("<body>");
		
  wnd.document.write ("<img src='" + strUrl + "' alt='" + strTitle + "'>");
  wnd.document.write ("<p class='bu'>" + strTitle + "</p>");
  if (fShowHinweis)
  {
    wnd.document.write ("<br>");
    wnd.document.write ("<p class='body_b'>Hinweis zu den Daten und Bildschirmfotos</p>");
    wnd.document.write ("<p class='body'>Sämtliche Werte in den in diesem Dokument gezeigten Tabellen, Formularen und Grafiken sind frei erfundene Testwerte. Jede Ähnlichkeit mit realen Werten irgendeiner Kasse wäre rein zufällig und ist keinesfalls beabsichtigt.</p>");
  }
  wnd.document.write ("</body>");
  wnd.document.write ("</html>");
  wnd.focus ();
}
*/

function openImageWindow (strUrl, strTitle, fShowHinweis)
{
/*  strWnd = encodeURIComponent("openimage.html?Image=" & strUrl & "&Title=" & strTitle);*/
/*  strWnd = "openimage.html?Image=www&Title=xyz";*/
/*  var strWnd = "openimage.html?Image=" + encodeURIComponent(strUrl) + "&Title=" + encodeURIComponent(strTitle) + "&Hinweis=" + (fShowHinweis ? "1" : "0");*/
  var strWnd = "openimage.html?Image=" + escape(strUrl) + "&Title=" + escape(strTitle) + "&Hinweis=" + (fShowHinweis ? "1" : "0");
/*  var myWnd = window.open (strWnd, "empiraWndImage");*/
  var myWnd = window.open (strWnd, "empiraWndImage", "dependent=yes,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
//  myWnd.focus ();
}


