Event.onReady( function(){
	account = new CSrvAddEdt('account', 'process/', '', 'accountLayer');
	account.root = '';
	account.onDataApplyError = function(){
		$('form_sec_image').submit();
	}
	account.setEvents();
} );
//---------------------------------------------------------------------------