function iao_iframefix(a)
{
  if (ulm_ie && !ulm_mac)
  {
    for (var i = 0; i < (x32 = uld.getElementsByTagName("iframe")).length; i++)
    {
      if ((a = x32[i]).getAttribute("x31"))
      {
        a.style.height = (x33 = a.parentNode.children[1]).offsetHeight;
        a.style.width = x33.offsetWidth;
      }
    }
  }
}