function openFRWindow() {
iMyWidth = (window.screen.width/2) - (250 + 10)
iMyHeight = (window.screen.height/2) - (150 + 25)
Fokus = window.open("", "FR","height=400,width=400,resizable=no,left=0" + iMyWidth + ",top=0" + iMyHeight + ",screenX=0" + iMyWidth + ",screenY=0" + iMyHeight + ",scrollbars=yes");
Fokus.focus()
}

