maketip('Homepage','Homepage','Zurück zur Startseite');
maketip('32010','Kulturelle Herausforderungen','');
maketip('22010','Wirksame Weiterbildungsberatung','');
maketip('12010','Strategische Kooperationen','');
maketip('42009','Transformation','');
maketip('32009','Bildung und Spiel','');
maketip('22009','Intimacy of lifelong learning – die innere Seite des Lernens','');
maketip('12009','Alphabetisierung','');
maketip('42008','EQF - DQR','');
maketip('32008','Demografischer Wandel','');
maketip('22008','Ehrenamt','');
maketip('12008','Bildung und Zeit','');
maketip('42007','»57/07« – 50 Jahre DIE','Alle Artikel online verfügbar');
maketip('32007','»BA/MA – die Studiengänge«','Alle Artikel online verfügbar');
maketip('22007','Drittmittel','Alle Artikel online verfügbar');
maketip('12007','Übergänge','Alle Artikel online verfügbar');
maketip('42006','Lernorte','Alle Artikel online verfügbar');
maketip('32006','Fußball und Bildung','Alle Artikel online verfügbar');
maketip('22006','Internationaler Markt','Alle Artikel online verfügbar');
maketip('12006','Glück','Alle Artikel online verfügbar');
maketip('42005','BNE - Bildung für nachhaltige Entwicklung','Alle Artikel online verfügbar');
maketip('32005','Rechte und Pflichten lebenslangen Lernens','Alle Artikel online verfügbar');
maketip('22005','Generationenwechsel','Alle Artikel online verfügbar');
maketip('12005','Entgrenzung','Alle Artikel online verfügbar');
maketip('42004','Erwachsenenbuilding','Alle Artikel online verfügbar');
maketip('32004','Nutzen von Bildung','Alle Artikel online verfügbar');
maketip('22004','Kosten - Konten - Kommissionen','Alle Artikel online verfügbar');
maketip('12004','Weiterbildung spiegel-reflex','Alle Artikel online verfügbar');
maketip('42003','Behinderungen','Alle Artikel online verfügbar');
maketip('32003','Pisa lebenslang','Alle Artikel online verfügbar');
maketip('22003','Politische Bildung','Alle Artikel online verfügbar');
maketip('12003','Zukunft Organisation','Alle Artikel online verfügbar');
maketip('42002','Zuwanderung','');
maketip('32002','Qualitäten','Alle Artikel online verfügbar');
maketip('22002','Wissenschaft im Dialog','Alle Artikel online verfügbar');
maketip('12002','Lernende Regionen','Alle Artikel online verfügbar');
maketip('42001','Sprachen lehren lernen','Alle Artikel online verfügbar');
maketip('32001','Virtualität','Alle Artikel online verfügbar');
maketip('22001','Polarisierungen','Alle Artikel online verfügbar');
maketip('12001','Zukunftsfelder der Weiterbildung','Alle Artikel online verfügbar');
maketip('42000','Männerbildung','Alle Artikel online verfügbar');
maketip('32000','Support für die Weiterbildung','Alle Artikel online verfügbar');
maketip('22000','Lernbarrieren, Lernblockaden, Lernwiderstände','Alle Artikel online verfügbar');
maketip('12000','Finanzierung lebenslangen Lernens','Alle Artikel online verfügbar');

maketip('11999','Positionen zur Weiterbildung','');
maketip('21999','Internationalisierung','');
maketip('31999','FrauenFragen?','');
maketip('41999','Lernarchitekturen','Alle Artikel online verfügbar');

maketip('41998','Lernnachweise','');
maketip('31998','adult education and learning','');
maketip('21998','Multimedia','');
maketip('11998','Kursleitung','');

maketip('41997','Zukunft Qualifikation','');
maketip('31997','Dialoge','');
maketip('21997','Lernende Organisationen','');
maketip('11997','Innovation','');

maketip('41996','Ende der Freiwilligkeit?!','');
maketip('31996','Sprachen','');
maketip('21996','Jugend und Erwachsenenbildung','');
maketip('11996','Kooperation und Konkurrenz','');

maketip('41995','Europa und Bildung','');
maketip('31995','Medienwelten','');
maketip('21995','Wirtschaftlichkeit und Selbstverständnis','');
maketip('11995','Gewalt und Bildung','');

maketip('41994','Interdisziplinarität','');
maketip('31994','Das Politische und die Bildung','');
maketip('21994','Grenzgänge: Kultur Ost/Kultur West','');
maketip('11994','Armut und Erwachsenenbildung','');

maketip('41993','Pädagogische Qualitäten','');


var IWIDTH=250  // Tip box width
var ns4         // Are we using Netscape4?
var ie4         // Are we using Internet Explorer Version 4?
var ie5         // Are we using Internet Explorer Version 5 and up?
var kon         // Are we using KDE Konqueror?
var x,y,winW,winH  // Current help position and main window size
var idiv=null   // Pointer to infodiv container
var px="px"     // position suffix with "px" in some cases

function nsfix(){setTimeout("window.onresize = rebrowse", 2000);}

function rebrowse(){window.location.reload();}

function hascss(){ return gettip('infodiv')?true:false }

function infoinit(){
 ns4=(document.layers)?true:false, ie4=(document.all)?true:false;
 ie5=((ie4)&&((navigator.userAgent.indexOf('MSIE 5')>0)||(navigator.userAgent.indexOf('MSIE 6')>0)))?true:false;
 kon=(navigator.userAgent.indexOf('konqueror')>0)?true:false;
 x=0;y=0;winW=800;winH=600;
 idiv=null;
 document.onmousemove = mousemove;
 if(ns4&&document.captureEvents) document.captureEvents(Event.MOUSEMOVE);
 // Workaround for just another netscape bug: Fix browser confusion on resize
 // obviously conqueror has a similar problem :-(
 if(ns4||kon){ nsfix() }
 if(ns4) { px=""; }
}

function untip(){
 if(idiv) idiv.visibility=ns4?"hide":"hidden";
 idiv=null;
}

function gettip(name){return (document.layers&&document.layers[name])?document.layers[name]:(document.all&&document.all[name]&&document.all[name].style)?document.all[name].style:document[name]?document[name]:(document.getElementById(name)?document.getElementById(name).style:0);}

// Prepare tip boxes, but don't show them yet

function maketip_alt(name,title,text){
 if(hascss()) document.write('<div id="'+name+'" name="'+name+'" style="position:absolute; visibility:hidden; z-index:20; top:0'+px+'; left:0'+px+';"><table width='+IWIDTH+' border=0 cellpadding=1 cellspacing=0 bgcolor="#FFA500"><tr><td class="tiptd"><table width="100%" border=0 cellpadding=0 cellspacing=0><tr><th><span class="ptt"><b>'+title+'</b></span></th></tr></table><table width="100%" border=0 cellpadding=2 cellspacing=0 bgcolor="#E3E3FD"></table></td></tr></table></div>'+"\n");
}


function maketip(name,title,text){
 if(hascss()) document.write('<div id="'+name+'" name="'+name+'" style="position:absolute; visibility:hidden; z-index:20; top:0'+px+'; left:0'+px+'; background-color: #FF9900; color: #080062;font-weight: bold;font-size:17px;">'+title+'<div style="background-color: #E3E3FD;font-weight:normal;font-size:12px;"class="pst">'+text+'</div></div>'+"\n");
}

function tip(name){
 if(hascss()){
  if(idiv) untip();
  idiv=gettip(name);
  if(idiv){
   winW=(window.innerWidth)? window.innerWidth+window.pageXOffset-16:document.body.offsetWidth-20;
   winH=(window.innerHeight)?window.innerHeight+window.pageYOffset  :document.body.offsetHeight;
   if(x<=0||y<=0){ // konqueror can't get mouse position
    x=(winW-IWIDTH)/2+(window.pageXOffset?window.pageXOffset:0); y=(winH-50)/2+(window.pageYOffset?window.pageYOffset:0); // middle of window
   }
   showtip();
  }
 }
}

function showtip(){
  idiv.left=(((x+115)<winW)?x+12:x-115)+px; idiv.top=(((y+90)<winH)?y+12:y-30)+px;
  idiv.visibility=ns4?"show":"visible";
 // }
  window.status="idiv="+idiv+"X:"+(idiv.left?idiv.left:"NAN")+", Y:"+(idiv.top?idiv.top:"NAN")+", x:"+x+", y:"+y;
}

function mousemove(e){
 if(e)   {x=e.pageX?e.pageX:e.clientX?e.clientX:0; y=e.pageY?e.pageY:e.clientY?e.clientY:0;}
 else if(event) {x=event.clientX; y=event.clientY;}
 else {x=0; y=0;}
 if(document.documentElement) // Workaround for scroll offset of IE
  {
    x+=document.documentElement.scrollLeft;
    y+=document.documentElement.scrollTop;
  }
 if(idiv) showtip();
}

function kurzzeigen(FnTag2,Sprache) {
   var i = 0;
   var fnzahl=1;
   FnTag = FnTag2.parentNode.parentNode;
   //while (i < 9) {
   while (FnTag.childNodes[i] != null) {
   	  if (FnTag.childNodes[i].className == "kurzbeschreibung" && Sprache == "Deutsch") {
      	 if (FnTag.childNodes[i].style.display=="block") {
         	FnTag.childNodes[i].style.display="none";
         }
         else  {
         	FnTag.childNodes[i].style.display="block";
          }
     }
     else if (FnTag.childNodes[i].className == "kurzbeschreibung_e" && Sprache == "English") {
       if (FnTag.childNodes[i].style.display=="block") {
         	FnTag.childNodes[i].style.display="none";
         }
         else  {
    	 FnTag.childNodes[i].style.display="block";
    	 }
     }
   i++;
   }
}


function kurzzeigen_alt(FnTag2,Sprache) {
   var i = 0;
   var fnzahl=1;
   FnTag = FnTag2.parentNode;
   //while (i < 9) {
   while (FnTag.parentNode.childNodes[i] != null) {
   	  if (FnTag.parentNode.childNodes[i].className == "kurzbeschreibung" && Sprache == "Deutsch") {
      	 if (FnTag.parentNode.childNodes[i].style.display=="block") {
         	FnTag.parentNode.childNodes[i].style.display="none";
         }
         else  {
         	FnTag.parentNode.childNodes[i].style.display="block";
          }
     }
     else if (FnTag.parentNode.childNodes[i].className == "kurzbeschreibung_e" && Sprache == "English") {
       if (FnTag.parentNode.childNodes[i].style.display=="block") {
         	FnTag.parentNode.childNodes[i].style.display="none";
         }
         else  {
    	 FnTag.parentNode.childNodes[i].style.display="block";
    	 }
     }
   i++;
   }
}

function wechseln() {
	var i = 0;
     while (document.getElementsByTagName("div")[i] != null) {
     if (document.getElementsByTagName("div")[i].className == "kurzbeschreibung" || document.getElementsByTagName("div")[i].className == "kurzbeschreibung_e") {
     	document.getElementsByTagName("div")[i].style.display="none";
       }
   i++;
   }
   // Initialize after loading the page 
   window.setTimeout("infoinit();",500);
   //window.onload=infoinit();
}

 function Abschicken()
 {
  document.Form_einzelne.submit();
 }
