﻿// JScript File

 function bodyOnLoad() {
  //var h=document.documentElement.scrollHeight;
  //var ph=parent.document.documentElement.clientHeight;
  //if(h<ph) {
  // h=ph;
  // h=h-126;
 // }
  //parent.parent.document.getElementById('ctl00_centerPlaceHolder_frmCenter').style.height=(h)+'px';
  //parent.parent.document.getElementById('ctl00_leftPlaceHolder_frmLeft').style.height=(h)+'px';
  //parent.parent.document.getElementById('ctl00_rightPlaceHolder_frmRight').style.height=(h)+'px';
 }
