﻿
    <!--
    function calcHeight()
    {
      //find the height of the internal page
      var height=document.getElementById('frame1').contentWindow.document.body.scrollHeight;

      //change the height of the iframe
      document.getElementById('frame1').height=height;
    }
    //-->
