// *** Fügt eine E-Mail-Adresse ein ***
function InsertMail(maildom,mailnam,text)
{
  if(text=="")
    document.write('<a href="mailto:'+mailnam+'@'+maildom+'">'+mailnam+'@'+maildom+'</a>');
  else
    document.write('<a href="mailto:'+mailnam+'@'+maildom+'">'+text+'</a>');
}




function do_nothing() {
}

function lade_daten() {
document.getElementById("liste").innerHTML="<br /><br /><br /><br /><br /><div class='only_center'><img src='images/wait.gif' width='208' height='13' style='margin-bottom:4px;'><br /></div>"
}


/* Funktion zum leeren von input-feldern */
function leer (x) {
x.value='';
}

function UrlFullEncode(str) {
str = str.replace('_&_','***');
return str;
}

/* Popupfenster flexibel fuer z. b. bilder */
function popupFLEX(url,b,h){
  var pname, features,url ,b ,h;
  pname="ExternIMG";
  features = "scrollbars=1,location=0,toolbar=0,menubar=0,resizable=1,statusbar=yes";
  detailfenster = window.open(UrlFullEncode(url),pname,"width="+b+",height="+h+","+features);
  detailfenster.focus()
  detailfenster.moveTo(10,10)
}

/* Popupfenster flexibel fuer z. b. bilder */
function popupFLEXflash(url,b,h){
  var pname, features,url ,b ,h;
  pname="ExternIMG";
  features = "scrollbars=0,location=0,toolbar=0,menubar=0,resizable=0,statusbar=no";
  detailfenster = window.open(UrlFullEncode(url),pname,"width="+b+",height="+h+","+features);
  detailfenster.focus()
  detailfenster.moveTo(10,10)
}

/* Popupfenster flexibel fuer z. b. bilder OHNE SCROLLBARS */
function popupFLEXsc(url,b,h){
  var pname, features,url ,b ,h;
  pname="ExternIMG";
  features = "scrollbars=0,location=0,toolbar=0,menubar=0,resizable=1,statusbar=no";
  detailfenster = window.open(UrlFullEncode(url),pname,"width="+b+",height="+h+","+features);
  detailfenster.focus()
  detailfenster.moveTo(10,10)
}

function go() {
for(i=0;i<document.quicknavi.jump.length;++i)
if(document.quicknavi.jump.options[i].selected == true)
{
if (document.quicknavi.jump.options[i].value != "")
{
self.location.href = document.quicknavi.jump.options[i].value
}}}

function do_flash(path_and_file,dimensionA,dimensionB) {
document.write('<object type="application/x-shockwave-flash" data="'+path_and_file+'" style="-moz-user-focus:ignore;height:'+dimensionA+'px;width:'+dimensionB+'px;z-index:1;">');
document.write('<param name="movie" value="'+path_and_file+'" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="quality" value="high" />');
document.write('<div style="border-style:solid;border-width:1px;border-color:red;text-align:center;">');
document.write('<br /><strong>Achtung!</strong><br />Bitte aktivieren Sie das Flashplugin Ihres Browsers.<br /><br />');
document.write('</div></object>');
}

