function Afenster(url_comefrom,bereich,a_title) {	
  add = window.open("http://www.wiwi.de/afiles/popups/nouser.php?a_title="+a_title+"&bereich="+bereich+"&url_comefrom="+url_comefrom, 
  "neu","width=616,height=400,location=0,menubar=0,personalbar=0,status=0");
  add.focus();
}

function GoBereichAtitle(url_goto) {
		p3=window.open(url_goto,'','width=800,height=400,toolbar=yes,location=yes,menubar=yes,personalbar=yes,status=yes,resizable=yes,directories=no,scrollbars=yes');
		self.close();
}

function Textfenster(textart) {	
  add = window.open("http://www.wiwi.de/afiles/popups/textpopup.php?textart="+textart, 
  "neu","width=616,height=400,location=0,menubar=0,personalbar=0,status=0");
  add.focus();
}

function Aimgfenster(id,profil_checker) {	
  add = window.open("http://www.wiwi-online.de/afiles/popups/imganz.php?id="+id+"&p2z="+profil_checker, 
  "neu","width=800,height=480,location=0,menubar=0,personalbar=0,status=0,resizable=yes");
  add.focus();
}

function Buchfenster(cover,width,height) {
  add = window.open("http://www.wiwi.de/afiles/popups/booklarge.php?cover="+cover, 
  "neu","width="+width+",height="+height+",location=0,menubar=0,personalbar=0,status=0,scrollbars=no");
  add.focus();
}

function Bildfenster(bild_art,id) {	
  add = window.open("http://www.wiwi.de/afiles/popups/bild.php?id="+id+"&bild_art="+bild_art, 
  "neu","width=500,height=400,location=0,menubar=0,personalbar=0,status=0,resizable=yes,scrollbars=yes");
  add.focus();
}

function Formatfenster(textart) {	
  add = window.open("http://www.wiwi.de/afiles/popups/formathilfe.php", 
  "neu","width=600,height=400,location=0,menubar=0,personalbar=0,status=0,resizable=yes,scrollbars=yes");
  add.focus();
}

function DossiervorschauFenster(vid) {	
  add = window.open("http://www.wiwi.de/afiles/popups/dossiervorschau.php?vid="+vid, 
  "Vorschau","width=630,height=580,location=0,menubar=0,personalbar=0,status=0,resizable=no,scrollbars=yes");
  add.focus();
}

function Videofenster(verz,quelle,width,height) {	
  add = window.open("http://www.wiwi.de/afiles/popups/videos.php?verz="+verz+"&quelle="+quelle+"&width="+width+"&height="+height, 
  "neu","width="+width+",height="+height+",location=0,menubar=0,personalbar=0,status=0,resizable=no,scrollbars=no");
  add.focus();
}

function Eventbild(bild,width,height) {	
  add = window.open("http://www.wiwi.de/afiles/popups/eventbild.php?bild="+bild, 
  "neu","width="+width+",height="+height+",location=0,menubar=0,personalbar=0,status=0,resizable=yes,scrollbars=yes");
  add.focus();
}

