

function gogo(form) 
{
        var myindex=form.select1.selectedIndex
        window.open(form.select1.options[myindex].value, target="_parent");
}



function oeffne(a,c)
{
        top['foto'].document.location.href=a;
        top['info'].document.location.href=c;
        
}


function oeffne2(a,b,c)
{
        top['auswahl'].document.location.href=a;
        top['foto'].document.location.href=b;
        top['info'].document.location.href=c;   
        
}


function oeffne3(a,b)
{
        top['auswahl'].document.location.href='../../' + a + '/AUSWAHL.HTM#' + b;
        top['foto'].document.location.href='../../' + a + '/FOTOS/' + b + '.HTM';
        top['info'].document.location.href='../../' + a + '/INFO/' + b + '.HTM';
        
}



function nachAufloesungTrennen()
{
var hoehe=screen.height;
var breite=screen.width;


if(hoehe>768)
{

   window.location="00/HIGHRES4.HTM","","menubar=yes scrollbars=no";  

}
else if(hoehe=768)
   {
   window.location="00/HIGHRES4.HTM","","menubar=no scrollbars=no";
   }
else if(hoehe>=600)
{
   window.location="00/LOWRES.HTM","","menubar=yes scrollbars=no";
}
else
{
   window.location="00/NORES.HTM","","menubar=yes scrollbars=no";
}
}




function infoClick(a){
window.open(a,"","menubar=no scrollbars=no");
}

function infoClick2(a){
window.open(a,"","menubar=no scrollbars=yes");
}

function rechner(a){
window.open("../../RECHNER/RECHNER.HTM","","menubar=no scrollbars=no");
}




function zurueck()
{
    window.location.target="info"
    window.history.go(-1);
    window.location.target="foto"
    window.history.go(-1);
    window.location.target="auswahl"
    window.history.go(-1);
}



function vor()
{
    window.location.target="auswahl"
    window.history.go(3);
    window.location.target="foto"
    window.history.go(1);
    window.location.target="info"
    window.history.go(1);
}

