<!--//
function openWindow() {
iMyWidth = (window.screen.width/2) - (250 + 10)
iMyHeight = (window.screen.height/2) - (150 + 25)
Fokus = window.open("", "REF","toolbar=0,location=0,height=400,width=600,resizable=yes,scrollbars=yes");
Fokus.focus()
}
//-->