$(document).ready(function() {    Shadowbox.init({ 	    players: ["img"],	    language: "de-DE"	});});// preload imagesparent_hover = new Image(); parent_hover.src = "../images/parent_hover.gif";// patches IE Win to display the dropdownssfHover = function() {	var sfEls = document.getElementById("nav").getElementsByTagName("LI");	for (var i=0; i<sfEls.length; i++) {		sfEls[i].onmouseover=function() {			this.className+=" sfhover";		}		sfEls[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");		}	}}function deleteConfirm(message, url) {	if (confirm(message)) {		goToURL('parent', url);		} else {		return;	}}function goToURL() {  var i, args=goToURL.arguments; document.returnValue = false;  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");}// apply Patchesif (window.attachEvent) window.attachEvent("onload", sfHover);function popup(url){    popupWin = open("http://presse.dokfest-muenchen.de/"+url, "feedback", "height=700, width=990, location=no, scrollbars=yes");    return false;}