
		if(typeof sIFR == "function"){
			/*sIFR.replaceElement("h1", "fileadmin/templates/relaunch2007/html/media/optima.swf", "#000000", null, null, null, 0, 0, 0, 0);
			sIFR.replaceElement("h2", "fileadmin/templates/relaunch2007/html/media/optima.swf", "#000000", null, null, null, 0, 0, 0, 0);
			sIFR.replaceElement("h3", "fileadmin/templates/relaunch2007/html/media/optima.swf", "#000000", null, null, null, 0, 0, 0, 0, null);
			sIFR.replaceElement(".action h1", "fileadmin/templates/relaunch2007/html/media/optima.swf", "#000000", null, null, null, 0, 0, 0, 0, null);
			sIFR.replaceElement(".headline", "fileadmin/templates/relaunch2007/html/media/optima.swf", "#000000", null, null, null, 0, 0, 0, 0, null);*/
		};

$(document).ready(function() {
		
		//AKKORDEON FÜR EUBASE

		/*$.fn.pause = function(duration) {
			$(this).animate({ dummy: 1 }, duration);
			return this;
		};*/
		
		$(".eubase_search_select").change(function() {
			var suchid = "index.php?id="+$(this).attr("value");	
			$('.eubasesuche form').attr("action", suchid);
		});

	
		$('.akkordeon_content').hide();
		$('.close_akkordeon').hide();

		$('.eubase_akkordeon_item:first').show();
		$('.akkordeon_content:first').show();
		$('.close_akkordeon:first').show();
		$('.ueberschrift:first').parent().addClass('eubase_act');

		$('.no_input').each(function(index) {
			$(this).parent().parent().hide();
		});

		$('.ueberschrift').click(function(){
			$(this).parent().addClass('eubase_act');
			$(this).parent().find('.close_akkordeon').show();
			$(this).parent().next().slideDown(500);
		});

		$('.close_akkordeon').click(function(){
			$(this).hide();
			$(this).parent().removeClass('eubase_act');
			$(this).parent().next().slideUp(500);
		});

		//$('#static_menu').find('a').html() == ("Online-Filiale (Internet Banking)").replaceWith("Online-Filiale<br/>(Internet Banking)");
		/*$("#static_menu a").each(function () { 
			  $(this).text($(this).text().replace('Online-Filiale','Online-Filiale')); 
		});*/

		//$('#static_menu a:first').replaceWith( $(this) "Online-Filiale<br/>(Internet Banking)" );


});
