	
    function CheckFrames(PageURL){
      	if (window.name != "body"){
  		window.name="root";
      document.write("<frameset rows='13%,*' frameborder='0' framespacing='0' border='0'>");
      document.write("  <frame name='shapka' src='../main/upbar.html' scrolling='no' noresize marginwidth='0' marginheight='0'>");
document.write("<frameset cols='*,78%' frameborder='0' framespacing='0' border='0'>");
document.write("  <frame name='menu' src='../main/leftbar.html' scrolling='no' noresize marginwidth='0' marginheight='0'>");
      document.write("  <frame name='body' src='" + PageURL + "?embedded=yes' scrolling='auto'  target='_self' noresize marginwidth='0' marginheight='0'>");
      document.write("  <noframes>");
      document.write("  <body>");
      document.write("     <p>This page is consist off frame, but your browser isn't support this ability.</p>");
      document.write("  </body>");
      document.write("  </noframes>");
      document.write("</frameset>");
  	}
        }
