<!-- Original:  Eric King (eric_andrew_king@hotmail.com) -->
<!-- Web Site:  http://redrival.com/eak/ -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function NewWindow(file) {
var winl = (screen.width - 650) / 2;
var wint = (screen.height - 490) / 2;
winprops = 'height='+490+',width='+650+',top='+wint+',left='+winl+',scrollbars=no,resizable=no'
mypage = 'photo.php?file='+file
win = window.open(mypage, 'win01', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

function NewWindow2(anker) {
var winl = (screen.width - 330) / 2;
var wint = (screen.height - 250) / 2;
winprops = 'height='+250+',width='+330+',top='+wint+',left='+winl+',scrollbars=yes,resizable=no'
mypage = 'adressen.htm#'+anker
win = window.open(mypage, 'win02', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}