﻿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
        },
         searchedit:
        {
            height: 270,
            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
        },

        editSearch:
        {
            height: 500,
            width: 300,
            center: 1,
            createnew:0
        },

        emailSearch:
        {
            height: 800,
            width: 884,
            center: 1,
            createnew:0
        },

        searchHistory:
        {
            height: 450,
            width: 600,
            center: 1,
            createnew:0
        }
    };


    jQuery(document).ready(function () {
        jQuery("a.popup").popupwindow(profiles);
        jQuery("a.popupwindow").popupwindow(profiles);
    });
