<!--
if (window.parent.length==0)
  {
  if (location.search.length>0)
    ttt=window.location+'&'
  else
    ttt="."+window.location.pathname
  document.write(" <frameset rows='120,*,23' framespacing='0' frameborder='NO'>"); 
  document.write(" <frame src='head_html' name='head' scrolling='NO' noresize>"); 
  document.write(" <frameset cols='220,*' frameborder='NO' framespacing='0'> "); 
  document.write(" <frameset rows='*,30' frameborder='NO'  framespacing='0' > "); 
  document.write(" <frame name='navigation' scrolling='NO' noresize src='./TheMenu'>"); 
  document.write(" <frame name='navigation_bottom' scrolling='NO' noresize src='menu_footer'>"); 
  document.write("  </frameset>"); 
  document.write("    <frame name='contentframe' src='"+ttt+"' marginwidth='0' marginheight='0' scrolling='AUTO'>"); 
  document.write(" </frameset>"); 
  document.write(" <frame src='foot_html' name='foot' scrolling='NO' noresize>"); 
  document.write(" </frameset>"); 
  document.write(" </frameset>"); 
  }


//-->




