﻿function pop_window(url) 
{
var popit = window.open(url, '','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=700,height=700,top=10,left=10');
}


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

function dyn_window_re(url, h, w, l, t)
{
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 + "");
}

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

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


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