var sync_iframe_height = function (f) {
	var d = f.contentWindow || f.contentDocument;
	if (d.document) { d = d.document; }
	
	f.style.height = d.getElementById('perl-wrapper').clientHeight + 'px';
};
