$(document).ready(function(){
  multi_toggle(
    '#refs_switcher',
    '#refs_switcher img',
    '#refs_icons',
    '#refs_names',
    '/images/icons/images.png',
    '/images/icons/style.png'
  );
});