$(window).resize(function() {
	document.getElementById('mainTable').style.height=document.documentElement.clientHeight+'px';
	OnMoveScript();
});
