function move00()
{
window.moveTo(0,0);
}

///////
function contactOpen()
{  //
contactWin=window.open("content/contact.html", "contact", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=210,left=458");
contactWin.focus();
}

///////
function WriedtOpen()
{
wriedtWin=window.open("content/VerenaWriedt.html", "VerenaWriedt", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=205,left=24");
wriedtWin.focus();
}
///////
function WriedtDeOpen()
{
wriedtDeWin=window.open("content/VerenaWriedtDe.html", "VerenaWriedt", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=205,left=24");
wriedtDeWin.focus();
}

///////
function worksOpen()
{
worksWin=window.open("content/workEn/works.html", "works", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=24");
worksWin.focus();
}

///////
function worksDeOpen()
{
worksDeWin=window.open("content/workDe/works.html", "works", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=24");
worksDeWin.focus();
}


////******************
function work1aOpen()
{
worksWin=window.open("work1a-c.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work1dOpen()
{
worksWin=window.open("work1d.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work2aOpen()
{
worksWin=window.open("work2a.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work2bOpen()
{
worksWin=window.open("work2b.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work3aOpen()
{
worksWin=window.open("work3a.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work3bOpen()
{
worksWin=window.open("work3b.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work3cOpen()
{
worksWin=window.open("work3c.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work3dOpen()
{
worksWin=window.open("work3d.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work4aOpen()
{
worksWin=window.open("work4a.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}
function work4bOpen()
{
worksWin=window.open("work4b.html", "worktheme", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=238,left=458");
worksWin.focus();
}


////******************

///////
function publicOpen()
{
publicWin=window.open("content/public.html", "public", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=210,left=24");
publicWin.focus();
}

///////
function philoOpen()
{
philoWin=window.open("content/philosophy.html", "philosophy", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=210,left=450");
philoWin.focus();
}

///////
function philoDeOpen()
{
philoWin=window.open("content/philosophyDe.html", "philosophy", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=210,left=450");
philoWin.focus();
}


///////
function referOpen()
{
referWin=window.open("content/references.html", "references", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=368,left=24");
referWin.focus();
}

///////
function referDeOpen()
{
referWin=window.open("content/referencesDe.html", "references", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=368,left=24");
referWin.focus();
}

///////
function exhibOpen()
{
exhibWin=window.open("content/exhibitions.html", "exhibitions", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=422,height=251,top=368,left=450");
exhibWin.focus();
}



//// BROWSERABFRAGE
var ie4 = ((document.all) && (navigator.appVersion.indexOf('MSIE 4')!=-1)) ? true:false;
var ie5 = ((document.getElementById) && (navigator.appVersion.indexOf('MSIE 5')!=-1)) ? true:false;
var ie6 = ((document.getElementById) && (navigator.appVersion.indexOf('MSIE 6')!=-1)) ? true:false;
var ie7 = ((document.getElementById) && (navigator.appVersion.indexOf('MSIE 7')!=-1)) ? true:false;
var ns4 = ((document.layers) && (navigator.appVersion.indexOf('4')!=-1))? true:false;
var ns6 = ((document.getElementById) && (navigator.appName == 'Netscape')) ? true:false;
var opera = (navigator.appName == 'Opera') ? true:false;
var LayerAktiv = false;


function Functionbild1()
{
ShowHide('bild1',1);ShowHide('bild2',0);ShowHide('bild3',0);ShowHide('bild4',0);
window.setTimeout("Functionbild2()",9000);
} 

function Functionbild2()
{
ShowHide('bild1',0);ShowHide('bild2',1);ShowHide('bild3',0);ShowHide('bild4',0);
window.setTimeout("Functionbild3()",9000);
} 

function Functionbild3()
{
ShowHide('bild1',0);ShowHide('bild2',0);ShowHide('bild3',1);ShowHide('bild4',0);
window.setTimeout("Functionbild4()",9000);
} 

function Functionbild4()
{
ShowHide('bild1',0);ShowHide('bild2',0);ShowHide('bild3',0);ShowHide('bild4',1);
window.setTimeout("Functionbild1()",9000);
} 

function wechselWork1a()
{
ShowHide('bild1',1);ShowHide('bild2',0);ShowHide('bild3',0);
window.setTimeout("wechselWork1b()",2000);
}
function wechselWork1b()
{
ShowHide('bild1',0);ShowHide('bild2',1);ShowHide('bild3',0);
window.setTimeout("wechselWork1c()",2000);
}
function wechselWork1c()
{
ShowHide('bild1',0);ShowHide('bild2',0);ShowHide('bild3',1);
window.setTimeout("wechselWork1a()",2000);
}




function wechselWork4b()
{
ShowHide('bild1',1);ShowHide('bild2',0);ShowHide('bild3',0);ShowHide('bild4',0);
window.setTimeout("wechselWork4c()",2000);
}
function wechselWork4c()
{
ShowHide('bild1',0);ShowHide('bild2',1);ShowHide('bild3',0);ShowHide('bild4',0);
window.setTimeout("wechselWork4d()",2000);
}
function wechselWork4d()
{
ShowHide('bild1',0);ShowHide('bild2',0);ShowHide('bild3',1);ShowHide('bild4',0);
window.setTimeout("wechselWork4e()",2000);
}
function wechselWork4e()
{
ShowHide('bild1',0);ShowHide('bild2',0);ShowHide('bild3',0);ShowHide('bild4',1);
window.setTimeout("wechselWork4b()",2000);
}




function ShowHide(divid,n)  //wenn n=0 ->unsichtbar    ;wenn n=1 ->sichtbar
 {  if(n ==1)
 	{
 	if ((ns6)||(ie5)||(ie6)||(ie7)||(opera))
       { document.getElementById(divid).style.visibility="visible";}
    if (ns4)
       { document.layers[ divid ].visibility="visible";}
    if (ie4)
       { document.all[ divid ].style.visibility="visible";}
    }
 else
 	{if ((ns6)||(ie5)||(ie6)||(ie7)||(opera))
       { document.getElementById(divid).style.visibility="hidden";}
    if (ns4)
       { document.layers[ divid ].visibility="hidden";}
    if (ie4)
       { document.all[ divid ].style.visibility="hidden";}
}
}




/////////////////////////////////////////////////////////////////////////
//   ******* BILDERWECHSEL
function changer(imgid, imgurl)
{
	eval('document.images.' + imgid + '.src = "' + imgurl + '"');
}
	
///////Universal:NEUES FENSTER
function surfer(URL)
{window.open(URL, "", "toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=800,height=600,top=0,left=0");}

