﻿function getFirstMail() {
    var monmail = "<a href=mailto:";
    monmail += "info&#64;";
    monmail += "nicer.org>";
    document.write(monmail + "Rolf.Heusser&copy;nicer.org</a>");
}

function getInfoMail() {
    var monmail = "<a href=mailto:";
    monmail += "info&#64;";
    monmail += "nicer.org>";
    document.write(monmail + "info&copy;nicer.org</a>");
}

function getRequestMail() {
    var monmail = "<a href=mailto:";
    monmail += "request&#64;";
    monmail += "nicer.org>";
    document.write(monmail + "request&copy;nicer.org</a>");
}

function getGernotMail() {
    var monmail = "<a href=mailto:";
    monmail += "gernot.jundt&#64;";
    monmail += "unibas.ch>";
    document.write(monmail + "gernot.jundt&copy;unibas.ch</a>");
}

function getRtMail() {
    var monmail = "<a href=mailto:";
    monmail += "rt&#64;";
    monmail += "liguessante-fr.ch>";
    document.write(monmail + "rt&copy;liguessante-fr.ch</a>");
}

function getCameyMail() {
    var monmail = "<a href=mailto:";
    monmail += "camey&#64;";
    monmail += "liguessante-fr.ch>";
    document.write(monmail + "camey&copy;liguessante-fr.ch</a>");
}


function getChristineMail() {
    var monmail = "<a href=mailto:";
    monmail += "christine.bouchardymagnin&#64;";
    monmail += "unige.ch>";
    document.write(monmail + "christine.bouchardymagnin&copy;unige.ch</a>");
}

function getHaraldMail() {
    var monmail = "<a href=mailto:";
    monmail += "harald.frick&#64;";
    monmail += "ksgr.ch>";
    document.write(monmail + "harald.frick&copy;ksgr.ch</a>");
}


function getKrebsregisterMail() {
    var monmail = "<a href=mailto:";
    monmail += "krebsregister&#64;";
    monmail += "ksl.ch>";
    document.write(monmail + "krebsregister&copy;ksl.ch</a>");
}

function getJoachimMail() {
    var monmail = "<a href=mailto:";
    monmail += "joachim.diebold&#64;";
    monmail += "ksl.ch>";
    document.write(monmail + "joachim.diebold&copy;ksl.ch</a>");
}

function getFabioMail() {
    var monmail = "<a href=mailto:";
    monmail += "fabio.levi&#64;";
    monmail += "hospvd.ch>";
    document.write(monmail + "fabio.levi&copy;hospvd.ch</a>");
}


function getSilviaMail() {
    var monmail = "<a href=mailto:";
    monmail += "silvia.ess&#64;";
    monmail += "kssg.ch>";
    document.write(monmail + "silvia.ess&copy;kssg.ch</a>");
}

function getIsabelleMail() {
    var monmail = "<a href=mailto:";
    monmail += "isabelle.konzelmann&#64;";
    monmail += "ovs.ch>";
    document.write(monmail + "isabelle.konzelmann&copy;ovs.ch</a>");
}


function getAndreaMail() {
    var monmail = "<a href=mailto:";
    monmail += "andrea.bordoni&#64;";
    monmail += "ti.ch>";
    document.write(monmail + "andrea.bordoni&copy;ti.ch</a>");
}

function getFabiochuvMail() {
    var monmail = "<a href=mailto:";
    monmail += "fabio.levi&#64;";
    monmail += "chuv.ch>";
    document.write(monmail + "fabio.levi&copy;chuv.ch</a>");
}

function getSilviadehlerMail() {
    var monmail = "<a href=mailto:";
    monmail += "silvia.dehler&#64;";
    monmail += "usz.ch>";
    document.write(monmail + "silvia.dehler&copy;usz.ch</a>");
}

function getMichelMail() {
    var monmail = "<a href=mailto:";
    monmail += "kuehni&#64;";
    monmail += "ispm.unibe.ch>";
    document.write(monmail + "kuehni&copy;ispm.unibe.ch</a>");
}

function getcontactMail() {
    var monmail = "<a href=mailto:";
    monmail += "contact&#64;";
    monmail += "nicer.org>";
    document.write(monmail + "contact&copy;nicer.org</a>");
}


function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=400,left = 660,top = 400');");
}

