var CONFIG = {
    NAV_CONFIG : {
        PAGE_LIST : [
            {displayName : "Dashboard", linkUrl : "dashboard.html" ,
                sublinks : [],
                defaulthash : ""
            },
            {displayName : "Actions Required", linkUrl : "actionreq.html",
                sublinks : [],
                defaulthash : ""
            },
            {displayName : "Create an Auction", linkUrl : "createauction.html",
                sublinks :[
                    {displayName : "Create Auction" , hashValue :"",linkValue : "createauction.html"},
                    {displayName : "Bulk Auction Upload"  , hashValue :"",linkValue : "bulkauctions.html"},
                    {displayName : "Copy Existing Auctions" , hashValue :"",linkValue : "duplicateauctions.html"}
                ],
                defaulthash : ""    
            },
            {displayName : "Saved Auctions", linkUrl : "savedauction.html",
                sublinks : [],
                defaulthash : ""
            },
            {displayName : "Manage Shipping Info", linkUrl : "shippinginfo.html",
                sublinks : [],
                defaulthash : ""
            },
            {displayName : "Seller Performance", linkUrl : "sellerkpi.html",
                sublinks : [],
                defaulthash : ""        
            },
            {displayName : "Reports", linkUrl : "reports.html",
                sublinks :[
                    {displayName : "Active Auctions" , hashValue :"active",linkValue : ""},
                    {displayName : "Transactions in Progress" , hashValue :"inprogress",linkValue : ""},
                    {displayName : "Completed and Psell Transactions" , hashValue :"psell",linkValue : ""},
                    {displayName : "Cancelled Transactions" , hashValue :"cancel",linkValue : ""},
                    {displayName : "Disputed Transactions" , hashValue :"dispute",linkValue : ""},
                    {displayName : "Auctions in Review" , hashValue :"review",linkValue : ""},
                    {displayName : "All Auction Reports" , hashValue :"all",linkValue : ""}
                ],
                defaulthash : "active"
            }
        ]
    },
    DEFAULT_PAGESIZE : 30,
    SHIPPING_TEMPLATE :null    //variable to hold shipping template
};
var USER_CONFIG ={};
var _LSIURL = window.location.protocol + '//' + window.location.host;
var _LSI_LOGIN = window.location.protocol + '//' + window.location.host + '/login?page=/account/main';
