$(document).ready(function() {
	resizeFrame();
});

function resizeFrame() {
	var theFrame = $("#pgframe", parent.document.body);
	theFrame.height($(document.body).height() + 120);
//theFrame.width($(document.body).width() + 30);
}