﻿function OpenAddItem() {
    var w = 480, h = 340;
    
    if (document.all || document.layers) {
       w = screen.availWidth;
       h = screen.availHeight;
    }

    var popW = 483, popH = 508;

    var leftPos = (w-popW)/2, topPos = (h-popH)/2;

    window.open('AddItem.aspx','Add_Item','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ', toolbar=no, menubar=no, scrollbars=no, resizable=yes, location= no, directories=no, status=no');
}


function OpenViewItemsDetails(ID) {
    var w = 500, h = 340;
    
    if (document.all || document.layers) {
       w = screen.availWidth;
       h = screen.availHeight;
    }

    var popW = 483, popH = 508;

    var leftPos = (w-popW)/2, topPos = (h-popH)/2;

    window.open('ViewItem_Details.aspx?Id=' + ID,'View_Item','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ', toolbar=no, menubar=no, scrollbars=no, resizable=yes, location= no, directories=no, status=no');
}

function OpenViewItemsDetails2(ID) {
    var w = 500, h = 340;
    
    if (document.all || document.layers) {
       w = screen.availWidth;
       h = screen.availHeight;
    }

    var popW = 483, popH = 508;

    var leftPos = (w-popW)/2, topPos = (h-popH)/2;

    window.open('ViewItem_Details2.aspx?Id=' + ID,'View_Item','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ', toolbar=no, menubar=no, scrollbars=no, resizable=yes, location= no, directories=no, status=no');
}

function OpenAddItemFile() {
    var w = 480, h = 340;
    
    if (document.all || document.layers) {
       w = screen.availWidth;
       h = screen.availHeight;
    }

    var popW = 483, popH = 508;

    var leftPos = (w-popW)/2, topPos = (h-popH)/2;

    window.open('Members/AddItem.aspx','Add_Item','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ', toolbar=no, menubar=no, scrollbars=no, resizable=yes, location= no, directories=no, status=no');
}

function OpenDayView() {
    var w = 500, h = 340;
    
    if (document.all || document.layers) {
       w = screen.availWidth;
       h = screen.availHeight;
    }

    var popW = 483, popH = 508;

    var leftPos = (w-popW)/2, topPos = (h-popH)/2;

    window.open('DayView.aspx','Day_View','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ', toolbar=no, menubar=no, scrollbars=no, resizable=yes, location= no, directories=no, status=no');
}

function OpenAdminLogin() {
    var w = 500, h = 340;
    
    if (document.all || document.layers) {
       w = screen.availWidth;
       h = screen.availHeight;
    }

    var popW = 483, popH = 508;

    var leftPos = (w-popW)/2, topPos = (h-popH)/2;

    window.open('AdminLogin.aspx','Admin_Login','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ', toolbar=no, menubar=no, scrollbars=no, resizable=yes, location= no, directories=no, status=no');
}
