function sortHeight(){
	var content = $("#content");
	if(content.length){
		if (content.height() < info.height)
			content.height(info.height);
	}
}

