$(document).ready(function(){

	$(window).bind("load resize", function() {
	if($("#content-wraper").height() < $(window).height()) {
		$("#content-wraper").height($(window).height() - $("td.top").height() - $("td.bottom_left").height());
	}
	else
	
	$("td.tdh_left").textShadow();
	$("td.txt_shadow").textShadow();
	$("table.txt_shadow").textShadow();
	var w_w = $(window).width();
	$("#content table.table_content2").width(w_w - 70);
	/*$("th.td_left").width(210);
	$("th.td_right").width(400);
	$("td.td_menu").width(210);
	
		$("th.td_spacer").width(w_w - 210 - 400 - 2 );
		
		$("table_data").width(400+$("th.td_spacer").width());
		*/
	});
});

