$(document).ready(function(){
	var magassag = window.innerHeight;
	$("#tabla").css('height',magassag);
});
