//------------------------------------------------------------------------------
//
     frame1="links";
	 frame2="rechts";

//------------------------------------------------------------------------------

function FrameLoad(Verweise)
     {
       if (parent.frames[0].location.href!=Verweise)
          {
	      parent.frames[0].location.href=Verweise
          }
     }
    
function ZweiFrames(URL1,F1,URL2,F2)
     {  
      parent.frames[F1].location.href=URL1;
      parent.frames[F2].location.href=URL2;
     }
	 
function check()
  {
   if(!eval("parent."+frame2))
      {
	    location.replace("../index.htm");
	}
	}
	
function NeuFenster(name)
  {
   MeinFenster =
   window.open(name, "Zweitfenster", "width=1050,height=700,menubar,scrollbars,resizable");
   MeinFenster.focus();
  }

function Diagramm(name)
  {
   MeinFenster =
   window.open(name, "Zweitfenster", "width=1200,height=800,scrollbars,resizable");
   MeinFenster.focus();
  }
  
function Glossar(name)
  {
   MeinFenster =
   window.open(name, "Zweitfenster", "width=850,height=200,scrollbars,resizable");
   MeinFenster.focus();
  }	 

function Glossar1(name,hoehe)
  {
   MeinFenster =
   window.open(name, "Zweitfenster", "width=850,height="+hoehe+",scrollbars,resizable");
   MeinFenster.focus();
  }	  
  
  
function Gloss_win()
   {
    Glossar =
    window.open("../Glossar/index_gl.htm", "Glossar", "width=600,height=300,scrollbars,resizable");
    Glossar.focus();
   }


function Gloss_win1()
   {
    Glossar =
    window.open("Glossar/index_gl.htm", "Glossar", "width=600,height=300,scrollbars,resizable");
    Glossar.focus();
   }
   
