HD.Login.Content = {	
	AUTHENTICATE : {
		id : 'hdAuthenticateForm',
		title : 'Login',
		callback : 'onAuthenticationSubmit',		
		getContent : function(){return comSvcBaseUrl + '/hd/user/assets/authenticate.jsp';},
		refresh : 'hdCaptchaRefresh',
		image : 'hdCaptchaImage',
		width : "584px",
		height: "280px"
	},
	
	REGISTER : {
		id : 'hdRegisterForm',
		title : 'Register',
		callback : 'onRegistrationSubmit',
		getContent : function(){return comSvcBaseUrl + '/hd/user/assets/register.jsp';},		
		width : "584px",
		height: "510px"
	},
	
	SCREENNAME : {
		id : 'hdScreenNameForm',
		title : 'Screen Name',
		callback : 'onScreenNameSubmit',
		getContent : function(){return comSvcBaseUrl + '/hd/user/assets/screenName.jsp';},	
		width : "584px",
		height: "300px"
	},
	
	CONFIRMATION : {
		id : 'hdConfirmation',
		title : '',
		callback : '',
		getContent : function(){return comSvcBaseUrl + '/hd/user/assets/profileCreationConfirmationOverlay.jsp';},		
		width : "584px",
		height: "150px"
	},
	
	LOGOUT : {
		id : 'hdLogout',
		title : '',
		callback : '',
		getContent : function(){return comSvcBaseUrl + '/hd/user/assets/logout.jsp';},
		width : "584px",
		height: "150px"
	}
};

HD.register('hd_login_content', HD.Login.Content, {version: "1.0", build: "1"});