function popup(url) {
window.open(url,"newwindow","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=725")
}

function popupbig(url) {
window.open(url,"newwindow2","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=800, height=800")
}

function popupdronning(url) {
window.open(url,"newwindow2","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=1200, height=800")
}