function CheckFrames(PageURL){
  if (window.name != "mainFrame"){
    window.name="root";
      document.write("<frameset rows='91,609*' frameborder='NO' border='1' framespacing='0' cols='*'> ");
      document.write("<frame name='topFrame' scrolling='NO' noresize src='/top.htm' >");
      document.write("<frameset cols='152,653*' frameborder='no' border='1' framespacing='0' rows='*'> ");
      document.write("<frame name='leftFrame' scrolling='no' target='mainFrame' noresize src='/menu.htm'>");
      document.write("<frame name='mainFrame' src='" + PageURL + "?embedded=yes' noresize scrolling='AUTO'>");
      document.write("</frameset>");
      document.write("</frameset>");
      document.write("<noframes>");
      document.write("<body bgcolor='#FFFFFF'>");
      document.write(" Ваш браузер повiнен пiдтримувати фрейми!");
      document.write("</body>");
      document.write("  </noframes>");

  }
}
