// JavaScript Document

function paste(e)
{
var a,b,c,d,e,f,g
a='<a href=\"mai'
f='dic-ag'
g='de'
b=e+'@'+f+'.'+g
c='\">'
a+='lto:'
d='</a>'
m='E-Mail '
document.write(m+a+b+c+b+d)
}

function pasteli(e)
{
var a,b,c,d,e,f,g
a='<a href=\"mai'
f='linusserver'
g='de'
b=e+'@'+f+'.'+g
c='\">'
a+='lto:'
d='</a>'
m=''
document.write(m+a+b+c+b+d)
}


function fenster(url, w, h)
{
	var l=screen.width/2-w/2;
	var t=screen.height/2-h/2;

var popit = window.open(url, "","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes, height=" + h + ",width=" + w + ",left=" + l + ",top=" + t + "");
}