﻿J(function() {

J('#btnLogin').dialog({ id: 'test9', lockScroll: true, title: 'BodyPop 로그인', iconTitle: false, maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 430, height: 350, autoSize: true, cover: true, btnBar: false, resize: false, page: '/Member/PopupLogOn.aspx' });

});


function opdg(id) {
    var dg = new J.dialog({ id: id, lockScroll: true, title: 'BodyPop 로그인', iconTitle: false, maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 430, height: 350, autoSize: true, cover: true, btnBar: false, resize: false, page: '/Member/PopupLogOn.aspx' });

    //var dg = new $.dialog({ id: id, lockScroll: true, title: 'BodyPop 로그인', maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 430, height: 350, autoSize: true, cover: true, btnBar: false, resize: false, page: '/Member/PopLogin.aspx' });
    dg.ShowDialog();
}

function opdg1(id) {
    var dg = new J.dialog({ id: id, lockScroll: true, title: 'BodyPop 로그인', iconTitle: false, maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 430, height: 350, autoSize: true, cover: true, btnBar: false, resize: false, page: '/Member/PopupLogOn.aspx' });

    //var dg = new $.dialog({ id: id, lockScroll: true, title: 'BodyPop 로그인', maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 430, height: 350, autoSize: true, cover: true, btnBar: false, resize: false, page: '/Member/PopLogin.aspx' });
    dg.ShowDialog();
}

function opdg_newPage(id, url) {
    var dg = new J.dialog({ id: id, lockScroll: true, title: 'BodyPop 우편번호찾기',iconTitle: false , maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 468, height: 347, autoSize: false, cover: true, btnBar: false, resize: false, page: url });

    //var dg = new $.dialog({ id: id, lockScroll: true, title: 'BodyPop 로그인', maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 430, height: 350, autoSize: true, cover: true, btnBar: false, resize: false, page: '/Member/PopLogin.aspx' });
    dg.ShowDialog();
}





//function opdg(id, url) {
//    var dg = new J.dialog({ id: id, lockScroll: true, title: 'BodyPop 로그인', maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 430, height: 350, autoSize: true, cover: true, btnBar: false, resize: false, page: url });

//    //var dg = new $.dialog({ id: id, lockScroll: true, title: 'BodyPop 로그인', maxBtn: false, loadingText: '페이지 로딩중...', cancelBtnTxt: '취소', width: 430, height: 350, autoSize: true, cover: true, btnBar: false, resize: false, page: '/Member/PopLogin.aspx' });
//    dg.ShowDialog();
//}
