// JavaScript Document
function calcHeight1()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe1').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe1').height=
      the_height;
}
function calcHeight2()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe2').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe2').height=
      the_height;
}
function calcHeight3()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe3').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe3').height=
      the_height;
}
function calcHeight4()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe4').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe4').height=
      the_height;
}
function calcHeight5()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe5').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe5').height=
      the_height;
}
function calcHeight6()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe6').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe6').height=
      the_height;
}
function calcHeight7()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe7').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe7').height=
      the_height;
}
function calcHeight8()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe8').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe8').height=
      the_height;
}
function calcHeight9()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe9').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe9').height=
      the_height;
}
function calcHeight10()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe10').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe10').height=
      the_height;
}
function calcHeight11()
{
  //find the height of the internal page
  var the_height=
    document.getElementById('the_iframe11').contentWindow.
      document.body.scrollHeight;

  //change the height of the iframe
  document.getElementById('the_iframe11').height=
      the_height;
}

