// ------------------------------------- (c) by SOURCE :: media design 2001 --// Universal Variablen // --------------------------------------------------------------------------ie = navigator.appName.indexOf("Expl") != -1;ns = navigator.appName.indexOf("Nets") != -1;mc = navigator.userAgent.indexOf("Mac") != -1;pc = navigator.userAgent.indexOf("Win") != -1;// CSS Auswahl nach Browser und Betriebssystem// --------------------------------------------------------------------------if((ns) && (pc)){document.write('<link rel="stylesheet" href="roots/global-nspc.css" type="text/css">');}else{document.write('<link rel="stylesheet" href="roots/global.css" type="text/css">');}// Netscape Fenster neu laden bei Groessenveraenderung da er CSS Angaben vergisst// --------------------------------------------------------------------------function rezisefix(init) {  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=rezisefix; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}rezisefix(true);// Wird versucht die Site in einem Frameset zu laden, oeffnet sie sich in neuem Fenster// -------------------------------------------------------------------------- if(top.frames.length > 0)  // top.location.replace(self.location);// Fenster mittig auf dem Screen positionieren.// -------------------------------------------------------------------------- function mittig() {  if(ie)  {  in_x = document.body.clientWidth;  // IE  in_y = document.body.clientHeight;  }  else  {  in_x = window.innerWidth;  // NS  in_y = window.innerHeight;  }x = (screen.width - in_x) / 2y = (screen.height - in_y) / 2moveTo(x,y);}// Navigationbilder vorladen// --------------------------------------------------------------------------function navpic(){b = new Image (); b.src = "nav/praxis1.gif";b = new Image (); b.src = "nav/biogra1.gif";b = new Image (); b.src = "nav/ratgeb1.gif";b = new Image (); b.src = "nav/burkina1.gif";b = new Image (); b.src = "nav/zumir1.gif";}// Neues Fenster// --------------------------------------------------------------------------function popupX(URL,width,height){window.open(URL,"displayWindow","toolbar=no,Width=" + width + ",Height=" + height + ",directories=no,scrollbars=no,menubar=no");}function popup(URL){window.open(URL,"displayWindow","toolbar=no,Width=500,Height=375,directories=no,scrollbars=no,menubar=no");}function popup2(URL){window.open(URL,"displayWindow","toolbar=no,Width=593,Height=420,directories=no,scrollbars=no,menubar=no");}function japan(URL){window.open(URL,"displayWindow","toolbar=no,Width=538,Height=420,directories=no,scrollbars=no,menubar=no");}