
function openwin(url, breite, hoehe)
{

 var popup;
 var params;

 params = "scrollbars=yes,resizable=yes,menubar=no,location=no,width="+breite+",height="+hoehe;
 popup = window.open(url, "win", params);
 popup.focus();
}


function email_claudia() 
{
var link = "<a href=&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#99;&#108;&#97;&#117;&#100;&#105;&#97;&#64;&#109;&#105;&#99;&#109;&#117;&#101;&#46;&#99;&#111;&#109;>&#99;&#108;&#97;&#117;&#100;&#105;&#97;&#64;&#109;&#105;&#99;&#109;&#117;&#101;&#46;&#99;&#111;&#109;</a>";
document.write(link);
}

function email_michael() 
{
var link = "<a href=&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#109;&#109;&#64;&#109;&#105;&#99;&#109;&#117;&#101;&#46;&#99;&#111;&#109;>&#109;&#109;&#64;&#109;&#105;&#99;&#109;&#117;&#101;&#46;&#99;&#111;&#109;</a>";
document.write(link);
}