function Kontakt(anzeige) {
/* Tarnt Email Adressen und generiert sie erst zur Laufzeit; vorformatiert Emails */
  var anzeige, suffix, prefix;
  anzeige = anzeige;
  if (anzeige == "webmaster") {
    var suffix = "fen-net.de";
    var prefix = "walter.preiss";
  }
  else {
    var suffix = "weinberger-service.com";
    var prefix = "service";
/* für automatische Blindcopy Email Adresse der Form kopie="mustermann@qwertz.de" eingeben */
    var kopie = "";
  }
  if (anzeige == "j") {
    document.write('<a href = \'mailto:' + "WEINBERGER Service" + '%20%3C' + prefix + '@' + suffix + '%3E'+ "?bcc=" + kopie + '\'>');
    document.write(prefix + '@' + suffix +'<\/a>');
  }
  else
    if (anzeige == "webmaster")
      parent.location.href = "mailto:" + prefix + "@" + suffix;
    else {
      switch (anzeige) {
        case "Mail":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie;
          break;
        case "RMA Nummer":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige + "&body=Bitte geben Sie uns folgende Informationen:%0ASystemtyp:%0ASeriennummer:%0ASoftware Version:%0AFirmware Version:%0AFehlerbeschreibung:";
          break;
        case "RMA number":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige + "&body=Provide the following information, please:%0AType of system:%0ASerial number:%0ASoftware version:%0AFirmware version:%0AError description:";
          break;
        case "Gebraucht":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige + "&body=Auswahl:%0ASpeedCam Visario g2, 1sek, 2sek, 4sek, 8sek, color?%0ASpeedCam Visario g1 1sek color?%0ASpeedCam PRO?%0ASpeedCam 256?%0AAnderes Equipment?";
          break;
        case "Used":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige +"&body=Select:%0ASpeedCam Visario g2, 1sec, 2sec, 4sec, 8sec, color?%0ASpeedCam Visario g1 1sec color?%0ASpeedCam PRO?%0ASpeedCam 256?%0AOther equipment?";
          break;
        case "Beratung":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige +"&body=Installation?%0AHardware?%0ASoftware?%0AKamerasystem?%0AAnderes Equipment?";
          break;
        case "Support":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige +"&body=Installation?%0AHardware?%0ASoftware?%0ACamera system?%0AOther equipment?";
          break;
        case "Miete":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige +"&body=Mietdauer?%0AKamerasystem?%0AWeiteres Equipment und Support?";
          break;
        case "Rental":
          parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige +"&body=Rental duration?%0ACamera system?%0AAdditional equipment and support?";
          break;

       default:
         parent.location.href = "mailto:" + "WEINBERGER Service" + '%20%3C' + prefix + "@" + suffix + '%3E'+ "?bcc=" + kopie + "&subject=" + anzeige;
         break;
       }
    }
}

/* ©WP 2008-2011; HOME: http://www.fen-net.de/walter.preiss/ */
