﻿function openPopup(page, w, h, status, scrollbars, resize) {
    window.open(page, "", "toolbar=no, status=" + status + ",scrollbars=" + scrollbars + ", resizable=" + resize + ", width=" + w + ", height=" + h + ", top=100, left=400");
}
