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