function wopen(link,wi,he) {
      wincom = window.open(link ,"fenster","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width="+wi+",height="+he);
      wincom.focus() ;
}

function wopen1(link,wi,he) {
      wincom = window.open(link ,"fenster","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+wi+",height="+he);
      wincom.focus() ;
}

function play_video(file) {
        open(file,'media','width=660,height=550,status=no,locationbar=no,menubar=no,resizable=no');
}



/********** Navigation: IE fix **********/
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;



/********** BANNER **********/
var adsc_ressort = "RadioWuppertal_Rotation";
var adsc_rubrik = "rotation";
var adsc_layout = 'Siterotation';

var adsc_agof = '10000';

var adsc_sadwidth = '728';     // Breite Superbanner
var adsc_sadheight = '90';    // Hoehe Superbanner
var adsc_sadpercent = '100';  // Prozentsatz Superbanner

var adsc_cadwidth = '300';    // Breite Content Ad
var adsc_cadheight = '250';   // Hoehe Content Ad
var adsc_cadpercent = '100';  // Prozentsatz Content Ad

var adsc_skywidth = '120';     // Breite Skyscraper
var adsc_skyheight = '600';    // Hoehe Skyscraper
var adsc_skypercent = '100'; // Prozentsatz Skyscraper

var adsc_skyscraperposx = 0; // X Startposition SkyScraper (Breite Content mit Rand)
var adsc_contentwidth = 0; // X Startposition Wallpaper (Breite Content mit Rand)