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

   document.write(" <frameset rows='90,10,*,21' frameborder='0' framespacing='0' border='0'>");
          document.write("<frame src='head_html' name='head' scrolling='no'  frameborder='0'  />");
          document.write("<frame src='head1_html' name='head' scrolling='no'  frameborder='0'  />");
          document.write("<frameset cols='180,*' > ");
             document.write("<frameset rows='*,20' > ");
               document.write("<frame name='navigation' src='./TheMenu' scrolling='no'  frameborder='0'  />");
               document.write("<frame name='navigation_bottom' src='./TheMenu/menu_footer' scrolling='no'  frameborder='0'  />");
              document.write("</frameset>");
               document.write("<frame name='contentframe' src='"+ttt+"' marginwidth='0' marginheight='0'  scrolling='yes'  frameborder='0'  />");
          document.write("</frameset>");
          document.write("<frame src='foot_html' name='foot' scrolling='no'  frameborder='0'  />");
    document.write("</frameset>");
  }
//-->





