function sortHeight(){
	var content = $("#content").height('auto'), restH = 211;
	if (content.height()+restH  < info.height) {
		content.height(info.height-restH);
	}
}
