﻿var profiles =
     {

         emailcentral:
        {
            height: 815,
            width: 925,
            status: 1,
            scrollbars: 1,
            center: 1
        },
         password:
        {
            height: 312,
            width: 450,
            status: 0,
            resizable: 0,
            scrollbars: 0,
            center: 1
        },

         cartedit:
        {
            height: 500,
            width: 500,
            status: 0,
            resizable: 0,
            scrollbars: 0,
            center: 1
        },
        footer:
        {
           height: 500,
           width: 700,
           resizable: 1,
           scrollbars: 1,
           center: 1
        },
        download:
        {
            height: 200,
            width: 700,
            center: 1,
            createnew:0
        },

         windowCenter:
        {
            height: 300,
            width: 400,
            center: 1
        },
        details:
        {
            height: 600,
            width: 700,
            createnew:0,
            resizable: 1,
            scrollbars: 1,
            center: 1
        },

         windowNotNew:
        {
            height: 300,
            width: 400,
            center: 1,
            createnew: 0
        }
     };