function PopUpProfiel(URL) {
profiel = window.open(URL, 'profiel', 'width=900, height=600, resizable=no, menubar=no, scrollbars=no, status=no, toolbar=no');
}

function PopUpLogin(URL) {
login = window.open(URL, 'login', 'width=725, height=500, resizable=no, menubar=no, scrollbars=no, status=no, toolbar=no');
}

function PopUpLogOff(URL) {
logoff = window.open(URL, 'logoff', 'width=500, height=600, resizable=no, menubar=no, scrollbars=no, status=no, toolbar=no');
}

function PopUpAdmUser(URL) {
AdmUser = window.open(URL, 'admuser', 'width=860, height=650, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
}

function PopUpAdmCMS(URL) {
AdmCMS = window.open(URL, 'admcms', 'width=1024, height=750, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
}

function PopUpEditor(URL) {
Editor = window.open(URL, 'editor', 'width=1024, height=750, resizable=yes, menubar=no, scrollbars=yes, status=no, toolbar=no');
}

function PopUpTable(URL) {
Table = window.open(URL, 'table', 'width=800, height=500, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
}

function PopUpAdmEvents(URL) {
AdmEvents = window.open(URL, 'admevent', 'width=1200, height=650, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
}

function PopUpRegister(URL) {
Register = window.open(URL, 'register', 'width=1200, height=650, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
}


