/* Default configuration used in the demo by Registration and Profile */

 var widget_default_config = {
	resizeWidgetDimensions : {
	'height' : 20,
	'width':20
	},
	wrapperIe6IframeFix: {
	'zIndex': 95
	},
	closeImageSrc : '/content-store/en_US/SC/images/widgets/close-btn.gif',
	inputFormat : 'html',
	outputFormat : 'html',
	isInline : true,
	divId : 'KOPopupWidget',
	height: '100px',
    left:'auto',
	top:'auto',
    width:'100px'
};

/* Custom Configuration for Login */

/* Login Widget */

var widget_MyLogin_FB_login_config = {
	isInline : false,
	divId : 'KOPopupWidget',
	parameters : null,
	width : '400px',
	height : '400px',
	left :'50%',
	top: '100px'
};

var widget_MyLogin_FB_postLogin_config = {
	isInline : false,
	divId : 'KOPopupWidget',
	parameters : null,
	width : '450px',
	height : '400px',
	left :'50%',
	top: '100px'
};

var widget_MyLogin_FB_linkSocialAccount_config = {
	isInline : false,
	divId : 'KOPopupWidget',
	parameters : null,
	width : '450px',
	height : '400px',
	left :'50%',
	top: '100px'
};

/* Configuration for redirect on one of the links in a widget. The following is a redirect when you click MyAccount on welcome page of Login Widget*/
var widget_MyLogin_FB_config = {
	width : '550px',
	height : '48px',
	divId : 'loginWidget'
};
/*	,
		*/
/* End Login Widget */

/* Begin Registration Widget */
var widget_MyRegistrationWidget_FB_config = {
	isInline: false,
	divId : 'KOPopupWidget',
	width : '677px',
	height : '400px',
	left :'50%',
	top: '100px'
};
/* End Registration Widget */







/* Custom Confuguration for ForgotPassword */
var widget_MyForgot_V1_Eng_config = {
	isInline : false,
	divId : 'KOPopupWidget',
	parameters : null,
	width : '440px',
	height : '400px',
	left :'50%',
	top: '100px'
}
var widget_MyForgot_V1_Eng_resetPassword_config = {
	width : '480px',
	height : '300px'
}

var widget_MyDeleteProfileWidget_config = {
	isInline : false,
	divId : 'KOPopupWidget',
	parameters : null,
	height : '400px',
	left :'50%',
	top: '100px'
}
var widget_MyProfile_FB_config = {
	isInline: false,
	divId :'KOPopupWidget',
  	width :'420px',
	height :'600px',
	left :'50%',
	top: '100px'
}

var widget_MyFacebookAuthenticationWidget_config = {
	divId :'KOFBWidget',
  	width :'200px',
	height :'200px',
	left :'0px',
	top: '0px'
}
var widget_MyPopupWidget_config = {
	isInline: false,
	divId : 'myPopupWidget',
	width :'650px',
	height:'400px',
	left :'50%',
	top: '100px'
}


//var widget_MyReferAFriendWidget_config = {
//	divId :'profileWidget',
//  	width :'652px',
//	height :'900px'
//
//}
//var widget_MyPopupWidget_ViewHistory_config = {
//	isInline: false,
//	divId : 'widgetInfoPopup'
//}
//
//var widget_MyOutboundSSOWidget_config = {
//	isInline: false,
//	divId : 'KOPopupWidget',
//	width :'650px',
//	height:'400px',
//	left :'350px',
//	top: '150px'
//}
//	urlParam : ['pageURL'],
//
