// JavaScript Document

function openWindow() {
 iMyWidth = (window.screen.width/2) - (380)
 iMyHeight = (window.screen.height/2) - (300)
 Fokus = window.open("", "fotowin","width=760,height=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
 Fokus.focus()
}
