/* Variablen fuer highslide */
hs.graphicsDir = '/IS/'; 
hs.outlinesDir = 'index.html';
hs.outlineType = 'rounded-white'; 
hs.showCredits = false;

// internationalization: 
hs.fullExpandTitle = 'Bild in Orginalgröße anzeigen'; 
hs.restoreTitle = 'Fenster schließen'; 
hs.focusTitle = 'Nach vorne'; 
hs.loadingText = 'Laden...'; 
hs.loadingTitle = 'Klicken zum Abbrechen';

try {
 arr_xid = xid.split("-");
 if (arr_xid[2] == 9 && arr_xid[1] == 18 ) {
 document.write('<style>#top {display:none;}</style>');
 }
}
catch(err) {}
var domloaded = false;
window.ondomload = init_ondomload;
function init_ondomload() {
 if (domloaded == false) {
 initStapel();
 }
 domloaded = true;
}
window.onload = init_onload;
function init_onload() {
 ExternalOpenInNew();
 if (domloaded == false) {
 init_ondomload();
 }
 google_check();
 if (!document.getElementById("flashwechselteaser-dummy") && document.getElementById("top") && document.getElementById("top").style.display == "none") {
 document.getElementById("top").style.display = "block";
 }
}


function redirect(form) {
 if ((form.selectedIndex==0) || (form.options[form.selectedIndex].value==0)) null;
 else {
 var Ergebnis = form.options[form.selectedIndex].value.search(/http:.+/);
 if(Ergebnis != -1) window.open(form.options[form.selectedIndex].value,"Neu");
 else self.location=form.options[form.selectedIndex].value.replace('/www_mdr_de','');
 }
}
