<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<script language="javascript">
function popup(url,name,win_height,win_width) {
    pos_horizon = ((screen.width/2)-(win_width/2));
    pos_vertical = ((screen.height/2)-(win_height/2));
    window.open(url,name,"width="+win_width+",height="+win_height+",top="+pos_vertical+",left="+pos_horizon,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto');
    //window.open(, 'Titel', );
    }
</script>
<body>
<span style="cursor: pointer; cursor:hand; text-decoration:underline;" onClick="popup('http://www.dalbjerg.nu','Popup','480','640');">Tryk her for at åbne op for dalbjergs hjemmeside</span>
</body>
</html>