

function xm_mvgPortaal_popup(site) {
        
        aWindow = window.open(site, "newWindow","toolbar=yes,width=785,height=440,scrollbars=yes,status=yes,menubar=yes,top=5,left=3,resizable");
}

function xm_mvgPortaal_popupClose() {
        if( parent.opener != null && !(parent.opener.closed) ) {
                parent.opener.focus()
        }
        parent.close()
}


function printversion(print) {
     aWindow = window.open(print, "popup1","toolbar=no,width=600,height=450,scrollbars=yes,status=no,menubar=yes");
}


