window.addEvent('domready', function() {
	//$('tableContent').setProperty('height',window.getHeight())
	window.addEvent('resize',function(){
		$('tableContent').setProperty('height',window.getHeight())
	})
})
