<!--
if (window.parent.length==0)
  {
  if (location.search.length>0)
    ttt=window.location+'&'
  else
    ttt="."+window.location.pathname


  document.write(" <frameset cols='200,*' frameborder='NO' border='0' framespacing='0'>");
  document.write(" <frameset rows='*,60' frameborder='NO' border='0' framespacing='0' >");
  document.write(" <frame name='navigation' scrolling='NO' noresize src='./Ausstellungen/TheMenu'>");
  document.write(" <frame name='submenu' scrolling='NO' noresize src='submenue_html'>");
  document.write(" </frameset>");
  document.write(" <frameset rows='50,*,20' frameborder='NO' border='0' framespacing='0' >");
  document.write(" <frame name='topnavigation' src='topnavigation_html' marginwidth='0' marginheight='0' scrolling='NO'>");
  document.write(" <frame name='contentframe' src='"+ttt+"' marginwidth='0' marginheight='0' scrolling='ON'>");
  document.write(" <frame name='subnavigation' src='subnavigation_html' marginwidth='0' marginheight='0' scrolling='NO'>");
  document.write(" </frameset>");
  document.write(" </frameset>");
  }
//-->





