
// DOM ready!

$(function(){

  // Use i18n settins to show images instead text in menu links
  
  $.fn.EasyWidgets({
    behaviour : {
      useCookies : true
    }, i18n : {
      closeText : '<img src="./wp-content/themes/eversonnews/includes/js/img/close.png" alt="Close" width="16" height="16" />',
      collapseText : '<img src="./wp-content/themes/eversonnews/includes/js/img/collapse.png" alt="Close" width="16" height="16" />',
      extendText : '<img src="./wp-content/themes/eversonnews/includes/js/img/extend.png" alt="Close" width="16" height="16" />'
    }
  });
  
});