// JavaScript Document
function resizeMe() {
	document.getElementById('bigTable').style.height = document.body.scrollHeight+200;
}