function openJSLWindow() {
iMyWidth = (window.screen.width/2) - (380 + 10)
iMyHeight = (window.screen.height/2) - (380 + 25)
Fokus = window.open("", "JSL","height=380,width=380,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
Fokus.focus()
}
