function load(url,frame)
{ 
  top.frames['header'].location.href = url; 
}
function Frameheight(frame)
{
  var the_height=
    document.getElementById(frame).contentWindow.
      document.body.scrollHeight;
    document.getElementById(frame).height=
      the_height;
}

