var Topic = { 
  init : function() {
    Fenster.init();
		new Effect.Appear('content_1_bg', { duration: 1.0, from: 1.0, to: 0.75 });
		new Effect.Appear('content_2_bg', { duration: 1.0, from: 1.0, to: 0.75 });
		new Effect.Appear('dieBilder_bg', { duration: 1.0, from: 1.0, to: 0.75 });
  }
}

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

