function CheckFrames()
{
  if (window.name != "main")
    {
      var PageURL = document.URL;
      window.name="root";


      document.write('<html><head>');
      document.write('<meta name="GENERATOR" content="Microsoft FrontPage 5.0">');
      document.write('<meta name="ProgId" content="FrontPage.Editor.Document">');
      document.write('<meta http-equiv="content-type" content="text/html; charset=windows-1251">');
      document.write('<title>Вопросы иммортологии</title>');
      document.write('</head><frameset cols="200,*" framespacing="0" border="0" frameborder="0">');
      document.write('  <frame name="left" scrolling="no" noresize target="rtop" src="/menu_html.htm" marginwidth="0" marginheight="0">');
      document.write('  <frameset rows="33,*">');
      document.write('    <frame name="rtop" target="rbottom" src="/up.htm" marginwidth="0" marginheight="0" scrolling="no">');
      document.write('    <frame name="main" src="' + PageURL + '?embedded=yes" target="_self" scrolling="auto">');
      document.write('  </frameset><noframes><body>');

      document.write('  <p>Эта страница использует рамки, однако ваш обозреватель их не поддерживает.</p>');
      document.write('   </body></noframes></frameset></html>');

    }
}