function resize_content() {
	var height = document.viewport.getHeight()-90;
	$('bodyContent_div').style.height = height+'px';
	
}
