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