
var aktuell = "aktualisiert am<br>02.08.2011";

function checkFrameset01() {
  if(!parent.rechts)
   location.href="http://www.visuelle-anthropologie.de/ankuendigungen.htm?" + document.URL;
 }

function checkFrameset01a() {
  if(!parent.rechts)
   location.href="http://www.visuelle-anthropologie.de/archiv2005.htm?" + document.URL;
 }
  
function checkFrameset01b() {
  if(!parent.rechts)
   location.href="http://www.visuelle-anthropologie.de/archiv2006.htm?" + document.URL;
 }

function checkFrameset02() {
  if(!parent.rechts)
   location.href="http://www.visuelle-anthropologie.de/wirueberuns.htm?" + document.URL;
 }
 
function checkFrameset03() {
  if(!parent.rechts)
   location.href="http://www.visuelle-anthropologie.de/links.htm?" + document.URL;
 }
 
function checkFrameset04() {
  if(!parent.rechts)
   location.href="http://www.visuelle-anthropologie.de/projekte.htm?" + document.URL;
 }
 
function checkFrameset05() {
  if(!parent.rechts)
   location.href="http://www.visuelle-anthropologie.de/kontakt.htm?" + document.URL;
 }
 
function checkFrameset06() {
  if(!parent.rechts)
   location.href="http://www.visuelle-anthropologie.de/impressum.htm?" + document.URL;
 }
 
window.defaultStatus = "AG Visuelle Anthropologie";

function hidestatus(){
window.status=""
return true
}

if (document.layers)
 document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
 document.onmouseover=hidestatus;
 document.onmouseout=hidestatus;

function preloadImages() {
 var d=document; if(d.images){ if(!d.p) d.p=new Array();
 var i,j=d.p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
 if (a[i].indexOf("#")!=0){ d.p[j]=new Image; d.p[j++].src=a[i];}}
 }

function neuesfenster01(datei01)
{
 var dateiname01 = datei01
 fenster01 =
 window.open(dateiname01,"neuesfenster01","dependent=no,scrollbars=yes,resizable=yes,menubar=yes,toolbar=no,location=no,status=no,width=700,screenx=700,top=0,left=0");
 fenster01.focus();
}

function neuesfenster02(datei02)
{
 var dateiname02 = datei02
 fenster02 =
 window.open(dateiname02,"neuesfenster02","dependent=no,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,status=yes,width=900,height=650,screenx=900,screenY=650,top=0,left=0");
 fenster02.focus();
}

function neuesfenster03(datei03)
{
 var dateiname03 = datei03
 fenster03 =
 window.open(dateiname03,"neuesfenster03","dependent=no,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes,status=yes,width=950,height=500,screenx=950,screenY=500,top=0,left=0");
 fenster03.focus();
}

var verticalpos="vonoben"
function menue() {
var startX = 738;
startY = 29;
var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
function position(id) {
var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x;this.style.top=y;}
el.x = startX;
if (verticalpos=="vonoben"){
el.y = startY;
}
else {
el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
el.y -= startY;
}
return el;
}
window.oben=function() {
if (verticalpos=="vonoben") {
var pY = ns ? pageYOffset : document.body.scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/40;
}
else {
var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
ftlObj.y += (pY - startY - ftlObj.y)/40;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("oben()", 10);
}
ftlObj = position("menue");
oben();
}


