
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() {
	parent.opener.focus()
	parent.close()
}
