http://www.copymag.dk/page/profil/mode=view&uid=273 er nede - men prøv det her:
<html>
<head>
<title>386250</title>
<script language="javascript" type="text/javascript">
function popPic(file){
pic = new Image();
pic.src = file;
w = pic.width;
h = pic.height;
winTop = (screen.height - h - 100) / 2;
winLeft = (screen.width - w) / 2;
features = "height="+h+",width="+w+",top="+winTop+",left="+winLeft+",scrollbars=no,status=no";
doc = "<html>";
doc += "<head>";
doc += "<title>PopUp Billede<\57title>";
doc += "<\57head>";
doc += "<body style=\"margin:0px;overflow:hidden;\">";
doc += "<img src=\""+file+"\">";
doc += "<\57body>";
doc += "<\57html>";
newWin=window.open("","Billede",features);
newWin.document.write(doc);
newWin.focus();
}
</script>
</head>
<body>
<img src="pics/Forsidea.gif" style="border: none;" onmouseover="this.src='pics/Forside.gif';" onmouseout="this.src='pics/Forsidea.gif';" onclick="popPic(this.src);">
</body>
</html>