var Topic = {


  etour : function() {
    var dietour = document.getElementById('etour');
    dietour.style.display = 'block';
  },

  init : function() {
    Fenster.init_small();
		new Effect.Appear('content_bg', { duration: 1.0, from: 1.0, to: 0.6 });
		new Effect.Appear('fireetour_bg', { duration: 1.0, from: 1.0, to: 0.6 });

  }
}

YAHOO.util.Event.addListener(window, 'load', Topic.init);


