<!--
if (window.parent.length==0)
  {
  if (location.search.length>0)
    ttt=window.location+'&'
  else
    ttt="."+window.location.pathname
  document.write(" <frameset cols='*,908,*' framespacing='0' frameborder='NO'>"); 
  document.write(" <frame src='left_html' name='left' scrolling='NO' noresize>"); 
  document.write(" <frameset rows='100,*' frameborder='NO' framespacing='0'> "); 
  document.write(" <frame src='head_html' name='head' scrolling='NO' noresize>"); 
  document.write(" <frameset cols='20,828,60' framespacing='0' frameborder='NO'>"); 
  document.write(" <frame name='nav' scrolling='NO' noresize src='navigation_html'>"); 
  document.write(" <frame name='contentframe' src='"+ttt+"' marginwidth='0' marginheight='0' scrolling='AUTO'>"); 
  document.write(" <frame name='navigation' scrolling='NO' noresize src='./TheMenu'>"); 
  document.write(" </frameset>"); 
  document.write(" </frameset>"); 
  document.write(" <frame src='right_html' name='right' scrolling='NO' noresize>"); 
  document.write(" </frameset>"); 
  document.write(" </frameset>"); 
  }


//-->





