	$(function() {
		$("#item-1").bind('mouseover',showSubNavLeben).bind('mouseout',hideSubNavLeben);
		$("#subNavLeben").bind('mouseover',showSubNavLeben).bind ('mouseout',hideSubNavLeben);
		$("#item-2").bind('mouseover',showSubNavGeo).bind('mouseout',hideSubNavGeo);
		$("#subNavGeo").bind('mouseover',showSubNavGeo).bind ('mouseout',hideSubNavGeo);
		$("#item-3").bind('mouseover',showSubNavPolitik).bind('mouseout',hideSubNavPolitik);
		$("#subNavPolitik").bind('mouseover',showSubNavPolitik).bind ('mouseout',hideSubNavPolitik);
		$("#item-4").bind('mouseover',showSubNavWissenschaft).bind('mouseout',hideSubNavWissenschaft);
		$("#subNavWissenschaft").bind('mouseover',showSubNavWissenschaft).bind ('mouseout',hideSubNavWissenschaft);
	});
	function showSubNavLeben(event) { 
		$("#subNavLeben").css("visibility","visible"); 
		$("#themenImg").attr("src","media/barock/leben.jpg");
	}
	function hideSubNavLeben(event) { 
		$("#subNavLeben").css("visibility","hidden");	
		$("#themenImg").attr("src",standortImgPath);
	}
	function showSubNavGeo(event) { 
		$("#themenImg").attr("src","media/barock/geografie.jpg");
	}
	function hideSubNavGeo(event) { 
		$("#themenImg").attr("src",standortImgPath);
	}
	function showSubNavPolitik(event) { 
		$("#subNavPolitik").css("visibility","visible"); 
		$("#themenImg").attr("src","media/barock/politik.jpg");
	}
	function hideSubNavPolitik(event) { 
		$("#subNavPolitik").css("visibility","hidden");	
		$("#themenImg").attr("src",standortImgPath);
	}
	function showSubNavWissenschaft(event) { 
		$("#subNavWissenschaft").css("visibility","visible"); 
		$("#themenImg").attr("src","media/barock/wissenschaft.jpg");
	}
	function hideSubNavWissenschaft(event) { 
		$("#subNavWissenschaft").css("visibility","hidden"); 
		$("#themenImg").attr("src",standortImgPath);
	}

	swfobject.embedSWF("media/skyscraper_unilex.swf", "unilexBanner", "150", "600", "9.0.0", false);
