function ziiad()
{ if(screen.width >= 1024)
	   {  window.location.href = 'index2.html'; }
}

function blank()
  {  window.status='';
  }
function zeile(anz)
  {  window.status=anz;
     setTimeout('blank()',3000);
  }

function itneen(url1,url2)
{ parent.fihrist.location.href = url1;
  parent.main.location.href = url2;
}

var safha

function set_safha(seite)
{ safha = seite; }

function anm(nombre, weit, hoch)
{ url = safha + '/anm_' + nombre + '.html';
  breite = 'width='+weit;
  hoehe = 'height='+hoch;  
  attrib = 'scrollbars=yes,toolbar=no,status=no,resizeable=yes,' + breite + ',' + hoehe;
  fenster=window.open(url, "Einblendfenster", attrib);
  fenster.focus();
}

function weiter(ind)
  {  aktpar = parseInt(this.document.title);
     if (ind==-1)
	   { --aktpar }
     else
         { ++aktpar } 
     anz = 'zu Paragraph '+aktpar;
     window.status=anz;
     setTimeout('blank()',3000);  }

function wechsel(vorck)
  {  akt = parseInt(this.document.title);
     if (vorck==-1)
          {--akt;}
     else
          {++akt;}
     url = 'satz_'+akt+'.html';
     this.location.href=url;
  }