function GetFrameset()
{
  if(!parent.frames.inhalt)
   location.href="frame.htm?" + location.pathname;
}


function CheckFramecall() 
{
  var targetpage=location.search;
  if (targetpage)
    frames.inhalt.location.href= targetpage.substring(1,targetpage.length);

}



function gehe_zu(verweis)
{
  if(verweis!="text")
  {
    top.frames.inhalt.location.href = verweis;
  }
  
}

function openWindow() 
{
  window.open("#", "window1", "width=640, height=500, resizable=no, menubar=yes, toolbar=no, location=no, status=yes, scrollbars=yes");
}

function anzeigen(position)
{
  if(document.images)
  {
    document[position].src="images/m_over1.gif";
  }
}

function verbergen(position)
{
  if(document.images)
  {
    document[position].src="images/m_out1.gif";
  }
}
