// JavaScript Document
window.onload=function()
{
  if (self.location != top.location)
  {
     parent.document.all(self.name).style.height = document.body.scrollHeight;
  }
}