﻿function openWindow(width, height, url, resize) {
    var pr = "\'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=" + resize + ", width=" + width + ", height=" + height + " left = 200, top = 200\'";
    props = window.open(url, 'apelvikenPopup', pr);
}

function openBookSystem() {
    props = window.open('http://dlbookit.dlsystems.se/apelviken', 'calender', 'toolbars=0, scrollbars=1, location=0, statusbars=1, menubars=0, resizable=1, width=750, height=850 left = 200, top = 100');
}

function openWorkRegister() {
    props = window.open('/Common/Contact/Work/WorkRegister.aspx', 'WorkRegister', 'toolbars=0, scrollbars=1, location=0, statusbars=1, menubars=0, resizable=0, width=655, height=600 left = 500, top = 300');
}
