﻿
// DOM ready!

$(function(){

  // Use i18n settins to show images instead text in menu links
  
  $.fn.EasyWidgets({
    behaviour : {
      useCookies : false
    }, i18n : {
      closeText : '<img src="http://www.xshow-project.ru/wp-content/themes/eversonnews/includes/js/img/close.png" alt="Закрыть" width="16" height="16" />',
      collapseText : '<img src="http://www.xshow-project.ru/wp-content/themes/eversonnews/includes/js/img/collapse.png" alt="Свернуть" width="16" height="16" />',
      extendText : '<img src="http://www.xshow-project.ru/wp-content/themes/eversonnews/includes/js/img/extend.png" alt="Развернуть" width="16" height="16" />'
    }
  });
  
});
