function addbookmark(){ 
  if (document.all) 
  window.external.AddFavorite("http://www.mercedes-druck.de/","Mercedes Druck GmbH")
} 

function openWindow(theURL,winName,features) {
  thiswin=window.open(theURL,winName,features);
  thiswin.focus();
}

function fenster(file,name,groesse) {  
  var win;
  win=window.open(file,name,groesse);
}

function quicknav(site) { 
  if (site != "nix")  document.location.href = site;    
}

function nospam_mailto(PRE,POST,TEMPLATE) {
  MAIL=(PRE+"&#64;"+POST).replace(/e/gi,"&#101;");
  LINK=TEMPLATE.replace(/xxx/gi,MAIL);
  document.write(LINK);
}

function change_menue (num,richtung) {
  if (richtung=="down") {
     inhalt1_titel  = document.MENSORT[num*6+0].value;
     inhalt1_stufe  = document.MENSORT[num*6+1].value;
     inhalt1_datei  = document.MENSORT[num*6+2].value;
     inhalt1_zone   = document.MENSORT[num*6+3].value;
     inhalt1_vondat = document.MENSORT[num*6+4].value;
     inhalt1_bisdat = document.MENSORT[num*6+5].value;

     inhalt2_titel  = document.MENSORT[num*6+6].value;
     inhalt2_stufe  = document.MENSORT[num*6+7].value;
     inhalt2_datei  = document.MENSORT[num*6+8].value;
     inhalt2_zone   = document.MENSORT[num*6+9].value;
     inhalt2_vondat = document.MENSORT[num*6+10].value;
     inhalt2_bisdat = document.MENSORT[num*6+11].value;

     document.MENSORT[num*6+0].value = inhalt2_titel;
     document.MENSORT[num*6+1].value = inhalt2_stufe;
     document.MENSORT[num*6+2].value = inhalt2_datei;
     document.MENSORT[num*6+3].value = inhalt2_zone;
     document.MENSORT[num*6+4].value = inhalt2_vondat;
     document.MENSORT[num*6+5].value = inhalt2_bisdat;

     document.MENSORT[num*6+6].value = inhalt1_titel;
     document.MENSORT[num*6+7].value = inhalt1_stufe;
     document.MENSORT[num*6+8].value = inhalt1_datei;
     document.MENSORT[num*6+9].value = inhalt1_zone;
     document.MENSORT[num*6+10].value = inhalt1_vondat;
     document.MENSORT[num*6+11].value = inhalt1_bisdat;
  }
  else {
     inhalt1_titel  = document.MENSORT[num*6-6].value;
     inhalt1_stufe  = document.MENSORT[num*6-5].value;
     inhalt1_datei  = document.MENSORT[num*6-4].value;
     inhalt1_zone   = document.MENSORT[num*6-3].value;
     inhalt1_vondat = document.MENSORT[num*6-2].value;
     inhalt1_bisdat = document.MENSORT[num*6-1].value;

     inhalt2_titel  = document.MENSORT[num*6+0].value;
     inhalt2_stufe  = document.MENSORT[num*6+1].value;
     inhalt2_datei  = document.MENSORT[num*6+2].value;
     inhalt2_zone   = document.MENSORT[num*6+3].value;
     inhalt2_vondat = document.MENSORT[num*6+4].value;
     inhalt2_bisdat = document.MENSORT[num*6+5].value;

     document.MENSORT[num*6-6].value = inhalt2_titel;
     document.MENSORT[num*6-5].value = inhalt2_stufe;
     document.MENSORT[num*6-4].value = inhalt2_datei;
     document.MENSORT[num*6-3].value = inhalt2_zone;
     document.MENSORT[num*6-2].value = inhalt2_vondat;
     document.MENSORT[num*6-1].value = inhalt2_bisdat;

     document.MENSORT[num*6+0].value = inhalt1_titel;
     document.MENSORT[num*6+1].value = inhalt1_stufe;
     document.MENSORT[num*6+2].value = inhalt1_datei;
     document.MENSORT[num*6+3].value = inhalt1_zone;
     document.MENSORT[num*6+4].value = inhalt1_vondat;
     document.MENSORT[num*6+5].value = inhalt1_bisdat;
  }
}
