function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//stylesheet-zuweisung für kleine bildschirme
if (screen.width < 700) {
  document.getElementById("css-var").href = "boxen_mob.css"; }
