// TopUp.host = "/javascripts/top_up_min.js";
//TopUp.images_path = "/images/top_up/";
// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

  TopUp.addPresets({
    "#images a": {
      group: "images",
	  title: "{alt} {current} af {total}",
      layout: "dashboard",
      modal: 1,
      resizable: 0,
      readAltText: 1,
	  shaded: 0,
	  effect: 'switch'
	    },
    ".shaded": {
      shaded: 1
    }
  });
// Den nederste er for class="shaded". På den måde kan man tilføje flere id's eller class'

