/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 - 2011 danielfajardo web
  
  License:
  GPL Software 
  
  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */

jQuery(document).ready(function(){

	// Clean
	// jQuery('br + br').remove();

	jQuery("a.menage-account").click(function() {
		jQuery("#menage-account").slideToggle("normal");
	});


});
