window.onload = function(){
	parent.checkHeight(document.body.scrollHeight);
}

function updateHeight(){
	parent.checkHeight(document.body.scrollHeight);
}