"use strict"; function iframe_resize(self){ self.style.height = self.contentWindow.document.documentElement.scrollHeight + "px"; }