useAccount = true;

function ajax_div_LoginAccount(){
	$.ajax({
		url: 'functions/ajax/controlAccount_button.php',
		dataType: 'html',
		cache: true,
		success: function(html){
			$("#div_LoginAccount_button").html(html);
		} // function succes
	})// ajax()
}// ajax_div_LoginAccount()
